#jsddm
{
	margin: 0;
	padding: 0;

}

	#jsddm li
	{
	float: left;
	list-style: none;
	font-family: "Î¢ÈíÑÅºÚ";
	font-size: 14px;
}

	#jsddm li a
	{
	line-height:18px;
	display: block;
	text-decoration: none;
	width: 96px;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	padding-top:42px;
	padding-bottom:30px;


}

	#jsddm li a:hover
	{
	color: #faeeb5;
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
	#jsddm li a.current1
	{
	color: #faeeb5;
	background-image: url(../images/line.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}		
		#jsddm li ul
		{
	padding: 0;
	width: 130px;
	position: absolute;
	visibility: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index:999;
	filter:alpha(opacity=80);
	opacity:0.8;

}
		
			#jsddm li ul li
			{	
			float: none;
				display: inline}
			
			#jsddm li ul li a
			{
	padding-top:0px;
	padding-bottom:0px;
	height:35px;
	line-height:35px;
	width: auto;
	color: #fff;
	background-color: #727171;
	font-family: "ËÎÌå";
	font-size: 12px;
	border-top:1px solid #FFF;
	background-image: none;
}
			
			#jsddm li ul li a:hover
			{
	color: #fff;
	background-color: #999999;
		background-image: none;
}