.applemenu{
margin: 5px 0;
padding: 0;
width: 938px; /*width of menu*/
border: 1px solid #9A9A9A;
}

.applemenu div.silverheader{
background: black url(http://www.snapdragonsnursery.com/storage/images/accordion/silvergradient.gif) repeat-x center left;
font: normal 14px Arial, sans-serif;
color: #fff;
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;
height: 20px;
}


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


.applemenu div.selected, .applemenu div.silverheader a:hover{
background-image: url(http://www.snapdragonsnursery.com/storage/images/accordion/silvergradientover.gif);
color: #fff;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
padding: 5px;
height: auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}