#subnavi {
	position: absolute;
	top: 124px;
	left: 50%;
	width: 450px;
	height: 70px;
}



#subnavi, #subnavi ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#subnavi a {
	display: block;
	width: 10em;
}
#subnavi a:hover {
	display: block;
	width: 10em;
	color: #FFFFFF;
}

#subnavi li { /* all list items */
	float: right;
	width: 10em; /* width needed or else Opera goes nuts */
	margin-top: 10px;
	height: 20px;
}

#subnavi li ul { /* second-level lists */
	position: absolute;
	background: orange;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#subnavi li:hover ul, #subnavi li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
.aktiv {
	font-weight: bold;
	color: #ffffff;
}