#sddm
{	margin: 0;
	padding: 0;
z-index:999999;
	}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	font: bold 11px arial;
	}

#sddm li a
{
	display: block;
float:left; height:28px; line-height:28px; 
color:#4e115b; text-decoration:none;
font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; cursor:pointer;
background: url(../images/bg_menu_h2.png) no-repeat center center; 
width:90px;

	}

#sddm li a:hover
{
background:url(../images/bg_menu_h3.png) no-repeat center center;
color:#4e115b; text-decoration:none;
font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold;
text-align:center; cursor:pointer;
width:90px;

}
#sddm li.current a {
background:url(../images/bg_menu_h1.png) no-repeat center center; color:#ffffff; text-decoration:none;
font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; cursor:pointer;
}
#sddm li.current a:hover {background:url(../images/bg_menu_h1.png) no-repeat center center;}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin-top: 28px;
	margin-left:-79px;
	padding: 0px;
	background: #f41870;
	font-weight:bold;
	border-top:0px;
	color:#FFFFF;
	z-index:999999;
		border:1px solid #797979;

						width:100px;
	}

	#sddm div a
	{	
	position: relative;
		display: block;
		margin-left: 0px;
		padding-left:10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #f41870;
		color: #ffffff;
		font-weight:bold;
					width:90px;
		}
	#sddm div a:hover
	{	
	background: #ffffff;
		color: #f41870;
				width:90px;
		font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold;
     text-align:left; cursor:pointer;
		}
#sddm li.current div
{	position: absolute;
	visibility: hidden;
	margin-top: 28px;
	margin-left:-79px;
	padding: 0px;
	background: #f41870;
	border-top:0px;
	color:#FFFFF;
	}
	#sddm li.current div a
	{
	    position: relative;
		display: block;
		width: auto;
		text-align: left;
		background: #f41870;
		color: #ffffff;
		width:100px;
		}
	#sddm li.current div a:hover
	{
	   background: #FFFFFF;
		color: #f41870;
		width:100px;
		}
