/* CSS Document */

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



}
.applemenu div.silverheader a{
background: black url(../img/silvergradient.gif) repeat-x center left;
font: normal 11px Verdana, Arial, 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(../img/silvergradientover.gif);
color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
padding: 5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-style: normal;
font-weight: normal;
color: #333333;
text-align: justify;
line-height: 20px;

}

