.applemenu{
	width:218px; /*width of menu*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.applemenu div.silverheader a{
background:url(../images/right_menubar.gif);
font-family:Arial, Helvetica, sans-serif;
font-size:9pt;
color: #FFFFFF;
letter-spacing: 0.02em;
font-weight: bold;
padding-left:35px;
line-height:28px;
width: auto;
display: block;
text-decoration:none;
/*
color: white;
display: block;
position: relative; To help in the anchoring of the ".statusicon" icon image
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
*/
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
background:url(../images/right_menubar.gif);
text-decoration:none;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background:url(../images/right_menubar.gif);
text-decoration:none;
color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
/*background:#ebd29e;*/
/*height:256px;*/
background-color:#93452d;
text-align:left;
color:#FFFFFF;

/*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}
