
#jsddm
{	margin: 0px 30px;;
	padding: 0;
	height:35px;
	}

	#jsddm li
	{	float: left;
	    width:100px;
		height:35px;
		list-style: none;
		font: 12px Tahoma, Arial}

	#jsddm li a
	{	display: block;
		background: none;
		font-size:14px;
		font-weight:bold;
		padding: 0px 2px;
		width:100px;
		height:35px;
		text-align:center;
		line-height:35px;
		text-decoration: none;
		width: 100px;
		color: #EAFFED;
		white-space: nowrap}

	#jsddm li a:hover
	{
	   background:url(imagesa_hover.png) no-repeat;
	}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			width:100px;
			border:#329900 1px solid;
			}
		
			#jsddm li ul li
			{	float: none;
				display: inline;
				height:20px;
				
				}
			
			#jsddm li ul li a
			{	width: auto;
				background: #E5FFE5;
				color: #000;
				height:25px;
				line-height:25px;
				font-weight:none;
				border:#ccc dotted 1px;
				}
			
			#jsddm li ul li a:hover
			{
			   background: #E5FFE5;
			   color:#FFCC99;

			}