#jsddm
{	margin: 0;
	padding: 0}

	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px Tahoma, Arial}

	#jsddm li a
	{	display: block;
		background: #039ce2;
		text-align:center;
		line-height:40px;
		font-size:12px;
		text-decoration: none;
		border-right: 1px solid white;
		width: 96px;
		color: #ffffff; 
		white-space: nowrap; height:42px;}

	#jsddm li a:hover
	{	background: #025d87}
	
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white}
		
			#jsddm li ul li
			{	float: none;
				display: inline}
			
			#jsddm li ul li a
			{	width: auto;
				background: #035cac;
				color: #ffffff; width:96px;}
			
			#jsddm li ul li a:hover
			{	background: #8EA344}