.applemenu{
margin: 5px 0;
padding: 0;
width: 200px; /*width of menu*/
border: 0px solid orange;
}

.applemenu div.silverheader a{
/*background: black url(silvergradient.gif) repeat-x center left;*/
background: black url(images/BlockHeader_4.gif);
background-color:#480048;
/*font: normal 11px Arial, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;*/
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 2px 0;
padding-left: 8px;
text-decoration: none;

}


.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);*/
/*background-image: url(images/BlockHeader.png);
/*background: orange url(images/subitem-bg.png) repeat-x center left;*/
color: white;
text-decoration:none;

}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
padding: 5px;
height: auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}
