#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	background: transparent left top repeat-x;
	font: normal 12px tahoma;}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 0 20px 11px 0px;
	line-height: 34px;
	width: auto;
	background: transparent url('images/menu_img.png') left top no-repeat;
    behavior: url(iepngfix.htc);
/*    behavior:url(ie6hover.htc);*/
	color: #FFF;
	text-align: center;
	text-decoration: none;}

#sddm li a:hover, #sddm li a.hover
{
	background: transparent url('images/menu_img_a.png') left top no-repeat;
	behavior: url(iepngfix.htc);
}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: -5px 0 0 0;
	padding: 0;
	background: #507684;
	border: 0;}


#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 2px 5px 3px 26px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: underline;
		color: #ffffff;
		font: 11px tahoma;
		background: #507684 url('images/line_punkt.png') left top no-repeat;
		}


#sddm div a:hover, #sddm div a.hover {
        background: #2D373B url('images/line_punkt_a.png') left top no-repeat;
    	color: #FFF;
    	text-decoration: none;
}