 body {
    background-color: #fe7c2d;
}


.applemenu{
color: white;
margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/

}

.applemenu div.silverheader a{
background: #fe7c2d; url(silvergradient.gif) repeat-x center left;
font-size: 16px;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;

}

.applemenu div.silverheader a:active{
color: black;
}

.applemenu div.selected a {
background-image: url(silvergradientover.gif);
color: black;  /*Farbe der Schrift des Menues bei a:hover*/
},
.applemenu div.silverheader a:hover{
background-image: url(silvergradientover.gif);
color: black;  /*Farbe der Schrift des Menues bei a:hover*/
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: #fe7c2d;
font-size: 14px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: white;     /*Farbe der Schrift im Submenue*/

padding: 5px;
height: 100px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}
