@charset "utf-8";
#header #menu {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 45px;
	width: 1002px;
	background-image: url(images/bg_menu.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}


	/* General */
	ul#cssdropdown {
	z-index: 1000;
	width: 1002px;
}
	#cssdropdown, #cssdropdown ul {
	list-style: none;
	z-index: 1000;
}
	#cssdropdown, #cssdropdown * {
	padding: 0;
	margin: 0;
	z-index: 1000;
}
	
	/* Head links */
	#cssdropdown li.headlink {
	position:relative;
	float: left;
	text-align: center;
	height: 45px;
	background-image: url(images/menu_line.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#cssdropdown li.endlink {
	width: 2px;
	display: block;
	height: 45px;
	float: left;
	overflow: hidden;
}

	#cssdropdown li.headlink a {
	display: block;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 45px;
	color: #FFF;
	text-decoration: none;
	height: 45px;
	width: 98px;
	text-align: center;
	margin-left: 2px;
}
#cssdropdown li.headlink a:hover {
	display: block;
	background-color: #174773;
	color: #FFF;
	}

	/* Child lists and links */
	#cssdropdown li.headlink ul {
	display: none;
	text-align: center;
	color: #FFF;
	position:absolute;
	width:100px;
	left:-2px;
	z-index: 1000;
}
#cssdropdown li.headlink ul li{
	z-index: 1000;
}
	#cssdropdown li.headlink ul li a {
	padding: 0px;
	height: 40px;
	text-decoration: none;
	width:100px;
	color: #FFF;
	filter: Alpha(Opacity=90);
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 40px;
	background-image: url(images/bg_menu.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;

}
	#cssdropdown li.headlink ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #174773;
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 40px;
	padding: 0px;
	height: 40px;
	width: 100px;
	background-image: none;
}
