/*nav*/
#nav{
	width:100%;
	background:#353535;
	float:left;
}

#nav ul{
	width:750px;
	margin:0 auto;
	line-height:50px;
}

#nav ul .current{
	background:#c11919;
	display:inline-block;
	width:80px;
	text-align:center;
}


#nav ul li{
	display:inline;
	margin-right:50px;
	line-height:50px;
}

#nav ul li:last-child{
	margin:0;
}

#nav ul li a{
	color:#FFF;
	font:14px "微软雅黑";
}

#nav ul li a:hover{
	text-decoration:underline;
}
