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