#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	height:25px;

}

#nav a {
	display: block;
	width: 78px;
    height:20px;
	border-left:1px solid #FFFFFF;
	text-align:center;
	padding-top:5px;
	color:#FFF;
	text-decoration:none;
}


* html #nav a  {
	width: 79px;
	w\idth: 78px;
  height:35px;
  he\ight:25px;
}  



#nav .untermenu a {
	height:auto;
	padding-top:5px;
	padding-bottom:5px;
}	




#nav a:hover {

	background: orange;
}

#nav li { /* all list items */
	float: left;
	width: 78px; /* width needed or else Opera goes nuts */
}



#nav li ul { /* second-level lists */
	position: absolute;
	background-color:#bf4e44;
	width: 78px;
	left: -999em;  /* using left instead of display to hide menus because display: none isn't read by screen readers */

}




#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#hilfsnavi .untermenu {
	padding: 0;
	margin: 0;
	list-style:none;
	
}

#hilfsnavi .untermenu a {
	display: block;
	width: 99px;
	height:25px;
	border-left:1px solid #F19931;
	text-align:center;
	padding-top:10px;
	color:#FFF;
	text-decoration:none;
	font-size:90%;
}

#hilfsnavi .untermenu a:hover {
    background-color:#840B25;
}

* html #hilfsnavi .untermenu a   {
  width:100px; 
  w\idth:99px; 
  height:35px;
  he\ight:25px;
}  


#hilfsnavi .untermenu li {
	float:left;
	width: 100px; /* width needed or else Opera goes nuts */
}