@charset "utf-8";
/* CSS Document */

.applemenu{
margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/
border: 0px solid #9A9A9A;
}

.applemenu div.silverheader a{
background: #ebf5ed;
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
color: #009900;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 0px;
text-decoration: none;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color:#009900;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
color: #33CC00;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: #ebf5ed;
padding: 5px;
height: auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}