.applemenu{

margin:5px auto 20px auto;

padding: 0;

width: 350px; /*width of menu*/

clear:both;

}



.applemenu div.silverheader a{

color: white;

position: relative; /*To help in the anchoring of the ".statusicon" icon image*/

text-decoration: none;

font-style:normal;

font-variant:normal;

font-weight:normal;

font-size:15px;

font-family:Tahoma, Lucida Grande, Trebuchet MS, Helvetica, sans-serif;

padding-right:0;

padding-top:5px;

padding-bottom:5px

}

.applemenu div.silverheader a.expandButton { text-align:center; padding-left:0; margin:0 0 2px 0; color:#FFF; }



.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{

color: white;

}





.applemenu div.selected a, .applemenu div.silverheader a:hover{

background-image: url('silvergradientover.gif');

color: white

}



.applemenu div.submenu{ /*DIV that contains each sub menu*/

background: #b4b4b4;

padding: 5px;

height: 130px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/

}

.applemenu div.submenu a.current-link { color:#000; font-weight:bold; }
