.applemenu{
/*margin: 5px 0;*/
padding: 0;
width: 585px; /*width of menu*/
/*border-bottom: 1px solid #8b8b8b; /*grey */
}
.applemenu div.silverheader a{
/*background: black url(silvergradient.gif) repeat-x center left;*/
background: #e8e8e8; /*light grey*/
font: 10pt Verdana;
font-weight: bold;
color: black;
display: block;
/*position: relative; /*To help in the anchoring of the ".statusicon" icon image - removed to show counts*/
width: auto;
padding: 5px;
padding-left: 8px;
text-decoration: none;
border-bottom: 1px solid #8b8b8b; /*grey */
}
/*.applemenu div.silverheader a:visited { color: black; } 
.applemenu div.silverheader a:active { color: black; }*/
.applemenu div.selected a, .applemenu div.silverheader a:hover{
/*background-image: url(silvergradientover.gif);*/
background: #8b8b8b; /*grey*/
color: white;
}
.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: #85b0de; /*blue*/
padding: 5px;
height: 205px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
overflow: auto;
}
.float_right {
padding-top: 4px;
float: right;
}
.applemenu_title{
width: 585px; /*width of menu*/
background: #8b8b8b; /*grey*/
font: 10pt Verdana;
font-weight: bold;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px;
padding-left: 8px;
text-decoration: none;
}
.applemenu_submenu{
border: 1px solid #f3f3f3; /*extra light grey*/
width: 585px; /*width of menu*/
background: #f3f3f3; /*extra light grey*/
font: 10pt Verdana;
/*font-weight: bold;*/
color: black;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 2px;
padding-left: 8px;
text-decoration: none;
}


