
dt, dl, dd, ul, li{
list-style-type: none;
margin: 0 10px 0 0;
padding: 0;
}

#menu {					/*Hauptmenue: gesamter Bereich*/
position:absolute;
left: 400px;
top: 11px;
width:650px;
height:40px;
z-index:10;

   
}
#menu dl {					/*Hauptmenue: einzellne Raster*/
float:left;
width:24%;
height:30px;
margin-right:0;
border-top: 1px solid #ffffff;
border-left:0px;
border-right: 1px solid #ffffff;
border-bottom:0;
text-align:center
}

#menu dl:hover {			/*Hauptmenue-einzellne Raster (hover)*/
left:0px;
bottom:0px;
float:left;
width:24%;
height:30px;
margin-right:0;
border-top: 1px solid #ffffff;
border-left:0px;
border-right: 1px solid #ffffff;
border-bottom:0;
background-color: #ff6d00;
}

#menu li {				
display: inline;
width:150px;
text-align:center;
}

#menu a {					/*Hauptmenue-Schrift in den Rastern*/
	position:relative;
	top:10px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size:0.9em;
	font-family: Arial;
	font-weight: bold;

}



#smenu1, #smenu2, #smenu3, #smenu4 {		/*Sekund�menue-gesamter Bereich*/
float:left;
position: absolute;
top:142px;
left: -250px;
width: 700px;
text-align:left;
}

#smenu1 a , #smenu2 a , #smenu3 a , #smenu4 a  {		/*Sekund�menue-Schrift*/
position:relative;
top:0px;
left:35px;
margin-right:30px;
text-decoration: none;
font-size:0.7em;
font-family: Arial;
font-weight: normal;
color: #595959;
}

#smenu1 a:hover, #smenu2 a:hover, #smenu3 a:hover, #smenu4 a:hover{
	color: #ff6d00;
}


