@charset "utf-8";
/* CSS Document */
#nav{margin:0 auto;width:1022px;overflow:hidden;}
#nav ul{
	padding:0;
	list-style:none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#nav ul li{float:left;height:41px;overflow:hidden;margin-right:8px; margin-left:8px;}
#nav ul li a{color:#fff; height:41px;line-height:41px;width:110px;display:block;text-align:center;font-size:18px;font-family:"微软雅黑";}
#nav ul li a:hover{background:url(../images/bg_nav.gif) no-repeat center top;}
#nav ul .hover a{background:url(../images/bg_nav.gif) no-repeat center top;}
#nav ul dl,#nav ul .hover dl{
	position:absolute;
	margin:-4px 0 0 6px;
	_margin:-4px 0 0 6px;
	padding:0;
	display:none;
	z-index:999;
	background-color: #006499;
}
#nav ul dl a,#nav ul .hover dl a{
	font-size:12px;
	width:99px;
	background:#006499;
	line-height:30px;
	height:30px;
	font-family:宋体;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0C99E4;
}
#nav ul dl a:hover,#nav ul .hover dl a:hover{
	background:#0C99E4;
	color:#fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0C99E4;
}
