.applemenu{
margin: 5px 0;
padding: 0;
}
.applemenu div.silverheader a{
background: white no-repeat center left;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon"
icon image*/
width: auto;
padding: 5px 0;
padding-left: 20px;
text-decoration: none;
color:#e30000;
}
.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
padding: 5px;
/*Height that applies to all sub menu DIVs. A good idea
when headers are toggled via "mouseover" instead of "click"*/
}