.applemenu{
margin: 20px 0;
padding: 0px;
width: 255px; /*width of menu*/
aborder: none;
position: absolute; 
top: 6px;

}

.applemenu div.silverheader a{
font: normal 11px  "Lucida Grande", Helvetica, sans-serif; 
font-variant: small-caps;  letter-spacing:.2em;
color:#000;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 3px 0;
padding-left: 84px;
padding-bottom: 3px;
text-decoration: none;

}






.applemenu div.submenu{ /*DIV that contains each sub menu*/
padding-left: 84px;
height: 60px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; color:#333;
font-size: 9px;
line-height:13px;
padding-bottom: 7px;


}



