#sddm
{	margin: 0px;
	padding: 0;
	z-index: 90;
	font: bold 12px arial;
}

#sddm li
{	/*margin: 0;
	padding: 0;*/
	list-style: none;
	float: left;
	display: inline;
	margin: 0;
		

}

#sdm ul li
{
display: block;
	/*margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	background: #5970B2;*/
	color: white;
	text-align: center;
	text-decoration: none;
	border-right: solid 1px #dedede;
	border-bottom: solid 0px #dedede;
}


#sddm li a
{	display: block;
	/*margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	background: #5970B2;*/
	color: white;
	text-align: center;
	text-decoration: none;
	border-right: solid 1px #dedede;
	border-bottom: solid 0px #dedede;

}
/*widht and height for menu*/
#sddm a span
{	padding: 15px 12px;
	line-height: 38px;
}

#sddm li a:hover
{	color: #c1eb18;
	background-image: url(/themes/bg-menu.gif); background-repeat: repeat-x;
}

#sddm li a.active
{	color: white;
	background-image: url(/themes/bg-menu.gif); background-repeat: repeat-x;
}

/*#sddm li a:hover
{	background: #49A3FF}*/

#sddm div
{
	position: absolute;
	visibility: hidden;
	z-index: 91;
	/*margin: 0;
	padding: 0;*/
	background: #657a99;
	border: solid 1px #657a99;
	border-top: solid 1px #657a99;
	
	/*background-image: url(../themes/mn-bg.gif); background-position: bottom; background-repeat: repeat-x;*/
	width: 186px;
	font: normal 11px arial;
}

	#sddm div a
	{	position: relative;
		display: block;
		padding: 7px 5px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #657a99;
		border: 0px solid #657a99;
		color: white;
		}

	#sddm div a:hover
	{	color: #c1eb18;
	 	background: #506585;
		
}

