.applemenu{
padding: 0;
width: 100%; /*width of menu*/
border: none;
}

.applemenu div.silverheader a{
background: url(../images/hover-box-button-bg.gif) no-repeat;
font-family:Tahoma, Geneva, sans-serif;
font-size:11px;
color: #FFF;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
text-decoration: none;
padding-left:35px;
padding-top:6px;
padding-bottom:11px;
}


.applemenu div.silverheader a{
color: #4864b8;

}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background: url(../images/hover-box-button-bg-hover.gif) no-repeat;
color: #FFF;

}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
height:160px;
padding:5px;
color:#7f7c7c;/*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

