 
#jsddm
{	margin: 0 auto;
	padding: 0;
	z-index:10;
	position:absolute;
	width:740px;
	 
	 
	}

	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial; 
		width:94px;
		margin-left:5px;
		 
		}
		
	#jsddm .line{ width:15px; text-align:center;}

	#jsddm li a
	{	display: block;  
		text-decoration: none; 
		width: 94px;
		color: #fff;
		white-space: nowrap; 
		line-height:43px;
		text-align:center;
		font-family:"微软雅黑","宋体";
		font-size:14px;
		
		}

	#jsddm li a:hover
	{ 
		text-align:center;
		display:block; 
		color:#da261d;
		background:url(../images/index_23.jpg) no-repeat;
	   
	}
	 
	
	#jsddm li a.current
	{ 
		text-align:center;
		display:block; 
		color:#da261d;
		background:url(../images/index_23.jpg) no-repeat;
	   
	}	
		#jsddm li ul
		{	margin: 0;
			padding: 0; 
			position: absolute;
			visibility: hidden;
			margin-left:2px;
			width:91px;  
		
			 }
			 
	 
			#jsddm li ul li
			{	float: none;
				list-style:none;
				height:30px;
				display: inline;
				width:91px;} 
			 	
			
			#jsddm li ul li a
			{	width:91px; 
				font-size:12px;
				background:#a10304;
				color: #fff;
				line-height:32px;
				font-weight:normal;}
			
			#jsddm li ul li a:hover
			{	background: #de0041;
			color:#fff;
			text-decoration:none;
			width:91px;}