.applemenu{
margin: 5px 0;
padding: 0;
width: 400px; /*width of menu*/
border: 1px solid #9A9A9A;
}

.applemenu div.silverheader a{
background: #999999 url('../images/silvergradient.gif') repeat-x center left;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding-left: 50px;
text-decoration: none; font-style:normal; font-variant:normal; font-weight:normal; font-size:12px; font-family:Tahoma, Lucida Grande, Trebuchet MS, Helvetica, sans-serif; padding-right:0; padding-top:5px; padding-bottom:5px
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
background: #999999 url('../images/silvergradient.gif') repeat-x center left;
color: white;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url('../images/silvergradientover.gif');
color: white
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
padding: 5px;
height: 300px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

