@charset "utf-8";

	/* General */
ul#cssdropdown {
	z-index: 1000;
	width: 100%;
	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;
}
#cssdropdown li.head2p {
	width: 2%;
	position: relative;
	float: left;
	height: 40px;
}

	
	/* Head links */
#cssdropdown li.headlink {
	position: relative;
	float: left;
	text-align: center;
	height: 50px;
	width: 32%;
}
	#cssdropdown li.headlink a {
	display: block;
	font-size: 16px;
	line-height: 50px;
	text-decoration: none;
	font-family: "微软雅黑";
}
#cssdropdown li.headlink a:hover {
	display: block;

	color: #D80000;
	}

	/* Child lists and links */
#cssdropdown li.headlink ul {
	display: none;
	text-align: center;
	color: #FFF;
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 1000;
	top: 0px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat;
	background-position: center center;
	background-size: 100% auto;
}
#cssdropdown li.headlink ul li{
	z-index: 1000;
}
#cssdropdown li.headlink ul li a {
	padding: 0px;
	height: 40px;
	text-decoration: none;
	width: 100%;
	filter: Alpha(Opacity=100);
	font-size: 14px;
	line-height: 40px;
	font-family: "微软雅黑";
	background-image: url(../images/nav_bg.png);
	background-repeat: repeat-x;
	background-position: center center;
	border-top: 1px dotted #DDDDDD;
}

#cssdropdown li.headlink ul li a:hover {
	color: #E90000;
	text-decoration: none;
	font-size: 14px;
	line-height: 40px;
	padding: 0px;
	height: 40px;
}
#cssdropdown li.headlink ul li a.current {
	text-decoration: none;
	font-size: 16px;
	line-height: 50px;
	height: 50px;
	width: 100%;
	font-family: "微软雅黑";
	border-top-style: none;
}
#cssdropdown li.headlink ul li a.current:hover {
	text-decoration: none;
	font-size: 16px;
	line-height: 50px;
	color: #EC0000;
	height: 50px;
	width: 100%;
	border-top-style: none;
}
#cssdropdown li.headlink ul li a.none  {
	padding: 0px;
	height: 40px;
	width: 100%;
	line-height: 40px;
	background-color: transparent;
	border-bottom-style: none;
	border-bottom-width: 0;
}
