.applemenu{
margin: 5px 0;
padding: 0;
width: 914px; /*width of menu*/
border: 0px solid #F2E9D8;
}

.applemenu div.silverheader {
/*background: black url(../img/silvergradientover.gif) repeat-x center left;*/
background-color: #999;
font: normal 12px Arial, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
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{
color: #FFF;
	font: normal 11px Arial, Geneva, sans-serif;
}


.applemenu div.selected{
background-image: url(../img/silvergradientover.gif);
color: #fff;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
	background: none;
	padding: 5px;
	height:auto; min-height:190px;/*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	font-size: 13px;
	color: #333;
}

