/* CSS Document */

.applemenu{
margin: 0;
padding: 0;
width: 570px; /*width of menu*/
}

.applemenu div.silverheader a{
background: black url(images/slider_over.gif) repeat-x center left;
font: normal 14px Verdana, Arial, Helvitica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 0;
text-decoration: none;
cursor:pointer;
}


.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/slider_up.gif);
color: white;
}

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











