.hauptnavi {
margin-left: 2px;	
}

.haupt_home_news {
width: 60px; 
margin-left: 2px;	
}

.haupt_about {
width: 78px; 
margin-left: 2px;	
}

.haupt_videos_sounds {
width: 84px; 
margin-left: 2px;	
}

.haupt_guest {
width: 86px; 
margin-left: 2px;	
}

.haupt_imprint {
width: 108px; 
margin-left: 2px;	
}

.haupt_navi {
width: 120px; 
margin-left: 2px;	
}

.unternavi {
margin-left: 2px;
} 

#menu { 
width: 100%; 
}

#menu ul { 
list-style: none; 
margin: 0; 
padding: 0; 
float: left;
} 

#menu a { 
color: #000000; 
text-decoration: none;
font: 12px Verdana;
display: block; 
border: 1px solid #000000;
padding: 2px;
background-image: url(/images/bluetab_1.gif);
} 

#menu a:hover { 
text-decoration: none;
color: #dfdfdf; 
background-image: url(/images/bluetab_2.gif);
}

#menu li {
position: relative;
} 

#menu ul ul { 
position: absolute; 
z-index: 500; 
}

#menu ul ul ul {
position: absolute; 
top: 0; 
left: 100%; 
} 

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul {
display: none;
} 

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul {
display: block;
} 
