.applemenu{
margin: 0px 0;
padding: 0;
width: 252px; /*width of menu*/
}

.applemenu div.silverheader a{
background: #85333d url(http://www.supplementmarket.com/supplementmarket.com/upsale_back_ns.gif) repeat-x top left;
font: normal 11px Arial, sans-serif;
color: #e7e700;
display: block;
font-weight: bold;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 3px 0;
padding-left: 8px;
text-decoration: none;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: #e7e700;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-color: #66000c;
background-image: url(http://www.supplementmarket.com/supplementmarket.com/upsale_back.gif);
color: #e7e700;	
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background-color: #ffffff;
text-align:center;
padding: 3px;
height: 86px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
font-size: 11px;
}

