#menu {
width: 118px;
padding: 0 0 5px 5px;
}

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

#menu a {
font-family: maiandra gd,arial, helvetica, sans-serif;
font-weight:bold;
font-size:14px;
display: block;
margin: 1px;
color: #204159;
text-decoration: none;
}


#menu a:active {color:#B00808; text-decoration:none;}

#menu a.unter {
font-family: arial, helvetica, sans-serif;
font-weight: lighter;
font-size:12px;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
padding: 2px 2px;
color: #204159;
background: #efefef;
text-decoration: none;
}

#menu a.unter:active {color:#B00808; text-decoration:none;}

#menu li {
position: relative;
}

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

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

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

.farbe
{background: #3E68BE url(../grafik/backgr_navi.jpg) repeat-x;
background-color: #8DD0E0;}