#hauptnavi {
font-size:1em;
color: #fff;
float:left;
width:185px;
padding: 20px 0 10px 0px;
 background: #444;
 margin: 0;
}
#hauptmenu ul{
	list-style-type: none;
	list-style-position: outside;
}
#hauptmenu ul ul{
	font-size: .8em;
}
#hauptmenu {
float: left;
width: 185px;
 font-weight: bold;
}
#hauptmenu a {
display: block;
text-decoration: none;
width: 178px;
padding: 2px;
	border: 1px solid #eee;
border-left: 1px solid #444;
border-right: 1px solid #444;	
}
#hauptmenu a:link, #hauptmenu a:visited {
 color: #eee;
background: #444;
}
#hauptmenu a:hover{ 
color:#444;
background:#eee;
/*border: 1px solid #444;*/
border-left: 1px solid #eee;
}
#hauptmenu a.sublevel {
width: 170px;
padding-left: 10px;
}
#active_menu{
display: block;
width: 178px;
padding: 2px;
	color:#090;
background:#fff;
	border: 1px solid #eee;
border-right: 1px solid #444;	
}
.sublevel#active_menu{
width: 170px;
padding-left: 10px;
}
