.applemenu{
margin: 0px 0px 0px 0px;
padding: 0;
width: 100%; /*width of menu*/
/* border: 1px solid #9A9A9A; */
border-top: 1px solid #2867B2;
border-bottom: 1px solid #2867B2;
}

.applemenu div.silverheader {
background: #80BE35 url(images/silvergradient2.gif) repeat-x center left;
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
cursor: hand;
cursor: pointer;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: white;
}


.applemenu div.selected, .applemenu div.silverheader:hover{
background-image: url(images/silvergradientover.gif);
color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: #80BE35;
padding: 5px;
/* height: 300px; Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}
