#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	background-color:#383860;	

}

#nav a {
	display: block;
	width: 126px;
	height:25px;
	border-left:1px solid #FFFFFF;
	text-align:center;
	padding-top:10px;
	color:#FFF;
	text-decoration:none;
	background-color:#383860;
}

#nav a:hover {
	background: #FF0000;
}

#nav li { /* all list items */
	float: left;
	width: 126px; /* width needed or else Opera goes nuts */
}

#nav li#erster a {
	border-left:0px;
	width: 123px;	
}

#nav li#erster {
	border-left:0px;
	width: 123px;		
}


* html #nav a  {
  width:125px; 
}  




#nav .untermenu a {
	height:auto;
	padding-top:5px;
	padding-bottom:5px;
}	








#nav li ul { /* second-level lists */
	position: absolute;
	background-image:url(images/halb_trans.gif);
	width: 100px;
	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 */
}
