.applemenu{
margin: 0px 0px 0px 5px;
padding: 0;
border: 0px solid #9A9A9A;
}

.applemenu div.silverheader a{
background: black url(../images/bg-accordian-hover.jpg) 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;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: white;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(../images/bg-accordian-hover.jpg);
color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
padding: 5px;
height: 200px; 
background:url("../images/bg-child.jpg") repeat-x scroll 0 0 #E0ECF7;
/*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}
