
.applemenu{
margin: 0px 0px;
padding: 0px;
width: 100%; /*width of menu*/
border: 0px solid #C0C0C0;
}

.applemenu div.SiteNavigation a{
font-family: "Verdana", Helvetica, Arial, Sans-Serif;
font-size: 12px;
color: #424242;
line-height: 16px;
font-weight: bold;
font-style: normal;
position: left; /*To help in the anchoring of the ".statusicon" icon image*/
width: 100%;
padding: 0px 0px;
padding-left: 0px;
text-decoration: none;
}


.applemenu div.SiteNavigation a:visited, .applemenu div.SiteNavigation a:active{
color: #424242;
}


.applemenu div.selected a, .applemenu div.SiteNavigation a:hover{
color: #a72d08; 
text-decoration: underline;
}

.applemenu div.menu{ /*DIV that contains each sub menu*/
background: none;
padding: 0px 0px;
height: auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}


