@charset "utf-8";
ul#topnav {
	margin: 0;
	padding: 0;
	float:left;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index:100;

}
ul#topnav li a {
	float: left;
	text-indent: -9999px;
	height: 40px;
}
ul#topnav li:hover a, ul#topnav li a:hover {
	background-position: left bottom;
}
ul#topnav a.home {
	background: url(../images/menu_05.jpg) no-repeat;
	width: 201px;
}
ul#topnav a.s1 {
	background: url(../images/menu_06.jpg) no-repeat;
	width:196px;
}
ul#topnav a.s2 {
	background: url(../images/menu_07.jpg) no-repeat;
	width: 197px;
}
ul#topnav a.s3 {
	background: url(../images/menu_08.jpg) no-repeat;
	width: 196px;
}
ul#topnav a.s4 {
	background: url(../images/menu_09.jpg) no-repeat;
	width: 199px;
}

ul#topnav li .sub {
	position: absolute;
	z-index:100;
	top: 40px;
	left: 0px;
	text-align:center;
	background: #fff;
	/*	float: left;*/
/*	border-left:#ccc solid 1px;
	border-right:#ccc solid 1px;*/
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	/*width:138px;
	filter: Alpha(Opacity=85);*/
	font-family:"微软雅黑", Verdana, Geneva, sans-serif;
	background:url(../images/submenu_05.jpg) repeat-x;

	height:33px;
}
ul#topnav li .row {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul {
	list-style: none;
	margin: 0;
	padding: 0;

}
ul#topnav .sub ul li {
	width: auto;
	color: #005CA1;
	float: left;
	margin: 0;
	padding: 0;
	text-align:center;
}
ul#topnav .sub ul li a {
	white-space: nowrap;
	display:block;
	float:left;
/*	border-bottom:1px #CCC solid;*/

	text-indent: 0; /*--Reset text indent--*/
	height: 33px;
	padding: 3px 0px 0px;
	text-decoration: none;
	color: #004082;/*	font-family:"楷体_GB2312";*/
	text-align:center;
}
ul#topnav .sub ul li a:hover {
	color:#DF6003;
	background-position: 5px 12px;/*background-color: #060;	font-family:"楷体_GB2312";*/
}
ul#topnav .sub ul li a:active {
	color:#DF6003;
}
