.mlmenu {
float:left;
margin-left:505px;
margin-top:-28px;
position:relative;
z-index:1000;
font-size:10px;
text-align:left;
}

* html .mlmenu {
	margin-left:253px;
	margin-top:-29px;
}

*+ html .mlmenu {
	margin-top:-29px;
}


/* remove all the bullets, borders and padding from the default list styling */ .mlmenu ul { padding:0; margin:0; list-style-type:none !important; list-style-image:none !important; width:180px; }
/* hack for IE5.5 */
* html .mlmenu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */ .mlmenu li { position:relative; background:#011E44;
margin: 0;
list-style-type:none !important;
list-style-image:none !important;
}

.mlmenu li ul {

background: #011E44;
}



/* get rid of the table */
.mlmenu table {
position:absolute;
border-collapse:collapse;
top:0;
left:0;
z-index:100;
font-size: 1em;
}

/* style the links */
.mlmenu a, .mlmenu a:visited {
display:block;
text-decoration:none;
width:180px;
color:#fff;
text-indent:5px;
font-size:11px;
margin: 0;
padding:1px 0;
}

/* hack for IE5.5 */
* html .mlmenu a, * html .mlmenu a:visited { background:#011E45; width:180px; w\idth:180px; }

/* style the link hover */
* html .mlmenu a:hover {
font-size:11px;
color:#fff;
background:#011E44;
margin: 0;
padding:1px 0;
}

.mlmenu :hover > a {
color:#fff;
font-size:11px;
background:#011E44;
padding:1px 0;
}

.mlmenu ul ul a, .mlmenu ul ul a:visited {
display:block;
text-decoration:none;
width:180px;
color:#fff;
text-indent:5px;
font-size:11px;
margin: 0;
padding:1px 0;
}

/* hack for IE5.5 */
* html .mlmenu ul ul a, * html .mlmenu ul ul a:visited { background:#011E45; width:180px; w\idth:180px; }

/* style the link hover */
* html .mlmenu ul ul a:hover {
font-size:11px;
color:#000;
background:#fff;
margin: 0;
padding:1px 0;
}

.mlmenu ul ul :hover > a {
color:#000;
font-size:11px;
background:#fff;
padding:1px 0;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */ .mlmenu ul ul { visibility:hidden; position:absolute; bottom:24px; left:0; }
/* hide the sub levels and give them a positon absolute so that they take up no room */ .mlmenu ul ul ul { visibility:hidden; position:absolute; bottom:0; left:180px; }

* html .mlmenu ul ul
{
bottom:0px;
}

* html .mlmenu ul ul ul
{
bottom:-22px !important;
}

/* make the second level visible when hover on first level list OR link */ .mlmenu ul :hover ul{ visibility:visible; }

/* keep the third level hidden when you hover on first level list OR link */ .mlmenu ul :hover ul ul{ visibility:hidden; }

/* keep the fourth level hidden when you hover on second level list OR link */ .mlmenu ul :hover ul :hover ul ul{ visibility:hidden; }

/* make the third level visible when you hover over second level list OR link */ .mlmenu ul :hover ul :hover ul{ visibility:visible; }

/* make the fourth level visible when you hover over third level list OR link */ .mlmenu ul :hover ul :hover ul :hover ul { visibility:visible; }


* + html .mlmenu li.sub {margin-bottom:-2px;}

.haupttext {
	padding:10px 12px;
}
