#jsddm
{
	margin: 0;
	padding: 0;

	z-index:999;
}

	#jsddm li
	{	
	z-index:999;
	float: left;
		list-style: none;
		font: 12px Tahoma, Arial
		
		}

	#jsddm li a
	{
		z-index:999;
	height:68px;
	line-height:68px;
	display: block;
	text-decoration: none;
	width: 133px;
	color: #2e2a2a;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
}

	#jsddm li a:hover
	{
		z-index:999;
	color: #e89a11;

}
		
		#jsddm li ul
		{
	z-index:999;
	width: 243px;
	position: absolute;
	visibility: hidden;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	background-image: url(../images/img2.png);
	background-repeat: repeat;
}
		
			#jsddm li ul li
			{	
			z-index:999;
			float: none;
				display: inline}
			
			#jsddm li ul li a
			{
				z-index:999;
				height:32px;
			line-height:32px;
			
	width: auto;
	color: #FFF;
	
	font-family: "ËÎÌå";
	font-size: 12px;
	font-weight:bold;

}
			
			#jsddm li ul li a:hover
			{
				height:31px;
			line-height:31px;
	z-index:999;
	color: #FFF;
	background-image: url(../images/img1.jpg);
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #672155;
	border-right-color: #672155;
	border-left-color: #672155;
}