﻿#jsddm
{	margin: 0;
	padding-left:30px; width:1007px; height:35px; line-height:35px; margin-bottom:35px;}

	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial;
		width:90px; height:35px;
		}

	#jsddm li a
	{	display: block;
		text-decoration: none;height:35px; line-height:35px; text-align:center;	color:#fff;
		white-space: nowrap
		}

	#jsddm li a:hover
	{ color:#F00}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;}
		
			#jsddm li ul li
			{	float: none;
			line-height:35px;
			 width:120px;
				display: inline}
			
			#jsddm li ul li a
			{	width: auto;
				background: #0758a4;
				color: #fff}
			
			#jsddm li ul li a:hover
			{	background: #94dce8}