.applemenu{
margin: 0 0;
padding: 0;
width: 262px; /*width of menu*/
/*border: 1px solid #9A9A9A;*/
height:340px
}
.applemenu div.silverheader a{
background: black center left;
background-color: #676666;
font: normal 10px Verdana;
color: black;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
padding-top: 10px;
padding-bottom: 10px;
border-top:#878686 1px solid;
text-decoration: none;
}


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


.applemenu div.selected a, .applemenu div.silverheader a:hover{
color: Black;
background-color:#787777
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: #676666;
/*border:#e1e0df 1px solid;*/
border:0;
padding: 5px;
/*height: 100px;*/ /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
font-size:7.5pt;
color:#e1e0e0;
font-family:Arial;
font-size:11.5px
}

.applemenu div.submenu a{color: #CCCCCC; text-decoration:none; margin-bottom:2px; line-height:17px}
.applemenu div.submenu a:hover{ color:#FFFFFF}
