dl, dt, dd, ul, li {
margin : 0;
padding : 0;
list-style-type : none;
}
#menu {
width : 250px;
padding : 0;
}
#menu dt {
padding:0;
font-size:1.3em;
padding-left:3em;
cursor : pointer;
margin : .25em 0 0 0;
height : 20px;
line-height : 20px;
text-align : left;
font-weight : bold;
background: transparent url(../data/images/navi_bg.png) no-repeat;
background-position:0 0em;
}
#menu dt span {
width : 190px;
background-repeat : no-repeat;
background-position : 95% center;
display : block;
color: #fff;
}
#menu dd {
filter:alpha(opacity=60);
-moz-opacity:0.60;
opacity:0.60;
border: 0px solid #977a1f;
border-top:none;
background-color:#1e3931;
}
#menu li {
background: transparent url(../data/images/unternavi_bg.png) no-repeat;
background-position:0.75em 0.4em;
font-size:1.4em;
text-align : left;
}

#menu li a, #menu dt a {
color: #fff;
text-decoration : none;
display: block;
border: 0 none;
height: 20px;
padding:0 0 0 1.5em;
}


#menu dt a:hover, #menu dt:hover {
background-color : none;
}

#menu li a:hover {
background: #9e7a0e url(../data/images/unternavi_bg.png) no-repeat;
background-position:0.75em 0.4em;
}

/*selektierte Auswahl*/
#menu li a.active {
background: #016060 url(../data/images/unternavi_bg.png) no-repeat;
background-position:0.75em 0.4em;
}

