@charset "utf-8";

	/* General */
	ul#cssdropdown {
	z-index: 1000;
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
	#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: 50px;
	width: 120px;
}
	#cssdropdown li.headlink a {
	display: block;
	font-family: Verdana, "宋体";
	font-size: 14px;
	line-height: 50px;
	color: #FFF;
	text-decoration: none;
}
#cssdropdown li.headlink a:hover {
	display: block;
	background-color: #E67817;
	color: #FFF;
	}

	/* Child lists and links */
	#cssdropdown li.headlink ul {
	display: none;
	text-align: center;
	color: #FFF;
	position: absolute;
	width: 120px;
	left: 0;
	z-index: 1000;
	top: -5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #E67817;
}
#cssdropdown li.headlink ul li{
	z-index: 1000;
}
	#cssdropdown li.headlink ul li a {
	padding: 0px;
	height: 40px;
	text-decoration: none;
	width: 120px;/*IE6 only*/
	background-color: #E67817;
	color: #FFF;
	filter: Alpha(Opacity=100);
	font-family: Verdana, "宋体";
	font-size: 12px;
	line-height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F90;
}

	#cssdropdown li.headlink ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #000000;
	font-family: Verdana, "宋体";
	font-size: 12px;
	line-height: 40px;
	padding: 0px;
	height: 40px;
	width: 120px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}

#cssdropdown li.headlink ul li a.current {
	text-decoration: none;
	background-color: #E67817;
	font-family: Verdana, "宋体";
	font-size: 14px;
	line-height: 52px;
	color: #FFF;
	height: 52px;
	width: 120px;
	padding-top: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#cssdropdown li.headlink ul li a.current:hover {
	text-decoration: none;
	background-color: #E67817;
	font-family: Verdana, "宋体";
	font-size: 14px;
	line-height: 52px;
	color: #FFF;
	height: 52px;
	width: 120px;
	padding-top: 5px;
}
