.nav{
	width: 100%;
	height: 40px;
	background-color: #24b2f4;
	box-shadow: 0 1px 2px #666;
	position: fixed;
}
*{
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
}
.btli{
	float: left;
	width: 100px;
	line-height: 40px;
	text-align: center;
}
.navlist a{
	color: #ffffff;
	display: block;
}
.navlist a:hover{
	background-color: #525252;
	border-radius: 15px;
}
.droplist{
	background-color: #7dd5f4;
	box-shadow: 0 1px 2px;
	display: none;
	border-radius: 6px;
	overflow: hidden;
}
.droplist li{
	border-top: 1px solid #000949;
}
.btli:hover .droplist{
	display: block;
}
.img1{
	width: 100%;
}
#home,#picture,#date,#newdate{
	display: none;
}
p{
	display: block;
}
