.applemenu{
margin: 0 0;
padding: 0;
width: 190px; /*width of menu*/
/*border: 1px solid #9A9A9A;*/
}
.applemenu div.silverheader a{
background: black center left;
background-color: #d9e9e8;
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: 5px;
padding-bottom: 8px;
border-top:#FFFFFF 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:#ebeaea
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
border:#e1e0df 1px solid;
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:#404040;
font-family:Verdana;
}
.applemenu div.submenu a{
line-height:15px
}
