body {
margin:0px;
padding:0px;
background-color:#DFDFDF;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
font-family:Century Gothic, Verdana, Sans-Serif;
text-transform:uppercase;
}
#menu {
position: absolute;
top: 6px;
left: 0;
}
#menu {
width: 181px;
}
#menu dt {
cursor: pointer;
margin-bottom: 4px;
margin-top: 4px;
height: 29px;
line-height: 29px;
text-align: left;
font-weight: regular;
border: 0 none;
background: #dfdfdf;
color:444444;
font-size:10pt;
}

#menu dd {
border: 0 none;
}

/* ERSTE EBENE OHNE UNTEREBENE */
#menu dt a:hover {
background: #FD9B2B;
color:#FFFFFF;
background-image:url(../images/arrow.gif);
background-repeat:no-repeat;
padding-left:20px;
}
#menu dt a {
color: #444444;
background-color:#dfdfdf;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
padding-left:17px;
}

/* ZWEITE EBENE */
#menu li {
text-align: left;
background: #dfdfdf;
font-size:8pt;
height: 22px;
line-height: 22px;
}
#menu li a {
color: #444444;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
padding-left:25px;
}
#menu li a:hover {
background: #FD9B2B;
color:#FFFFFF;
padding-left:22px;
}

