#jsddm
{	margin: 0;
	padding: 0;
	}
	
	#jsddm li
	{	float: left;
		list-style: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align: center;}

	#jsddm li a
	{	display: block;
		background: #e2e4eb;
		padding-top: 7px;
		min-height: 22px;
		text-decoration: none;
		border-right: 1px solid white;
		width: 135px;
		color: #314176;
		white-space: nowrap}

	#jsddm li a:hover
	{	background: #ebecee}
	
	
	#jsddm .home
	{	float: left;
		list-style: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		text-align: center;}

	#jsddm .home a
	{	display: block;
		background: #e2e4eb;
		padding-top: 7px;
		min-height: 22px;
		text-decoration: none;
		border-right: 1px solid white;
		width: 110px;
		color: #314176;
		white-space: nowrap}

	#jsddm .home a:hover
	{	background: #ebecee}
	
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 1px solid white;
			z-index:10;}
		
		#jsddm li ul li
		{	float: none;
			/*display: inline*/}
		
		#jsddm li ul li a
		{	width: 134px;;
			background: #e2e4eb}
		
		#jsddm li ul li a:hover
		{	background: #ebecee}
		
		#jsddm .lang
		{ text-align: right; width:70px;  padding-right: 16px; height: 22px; padding-top: 7px; background: #e2e4eb;}
		#jsddm .lang a 
		{float: none; display:inline; border-right: none; color: #7b7a7f; background: none;}
		#jsddm .lang a:hover 
		{ text-decoration: underline;}
		
		
