ul {
 z-index: 2;
        padding: 0;
 margin: 0;
 list-style: none;
 color: #fff;
 text-align: center;
 line-height: 18px;
}

ul a, ul a:hover, ul a:visited {
 text-decoration: none;
 color: #fff; 
}

ul#nav {
 z-index: 2;
 font-weight: bold; 
}

li {
 float: left;
 position: relative;
 width: 90px;
}

ul.navblock li {
        z-index: 2;
 width: 150px;
 background: transparent url(images/background_menu.png);
}

*html ul.navblock li {
        z-index: 2;
        margin-top: -2px;
        width: 150px;
        background: #B0334F;
}

li ul {
        z-index: 2;
 text-align: left;
 font-weight: normal;
 font-size: 9pt;
 display: none;
 position: absolute;
 top: 25px;
 width: 120px;
 left: 0;
	line-height: 12px;
}

*html li ul {
        z-index: 2;
        top: 30px;
}

li > ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul {
	display: block;
}

li a, li a:hover, li a:active, li a:visited {
	padding: 5px;	
	display: block;
}

li a:hover {
	background: #666666;
	color: #fff; 
	text-decoration: none;
}

li.leiste:hover {
	background: #666666;
	color: #fff; 
}
