.nav {
width:160px; 
height:auto; 
position:relative; 
z-index:100; 
font-family: verdana, arial, sans-serif;
font-size:12px; 
}

/* entfernt alle bullets, borders und padding vom default list style */
ul.nav { 
padding: 0px; 
margin: 0px; 
list-style-type:none;
}

/* top level style */
.nav a, .nav a:visited {
display:block; 
text-decoration:none; 
color:#666; width:160px; 
height:auto; 
padding:0px 0px 10px 0px; 
line-height:110%;
}

/* top level style */
.nav a:hover {
display:block;  
font-weight: bold;
text-decoration:none; 
color:#666; width:160px; 
height:auto; 
padding:0px 0px 10px 0px; 
line-height:110%;
}

/* top level selected style */
.nav-selected a{
display:block; 
font-size:12px; 
font-weight: bold;
text-decoration:none; 
color:#666; width:160px; 
height:auto; 
padding:0px 0px 10px 0px; 
line-height:110%;
}
