.applemenu{
margin: 5px 0;
padding: 0;
width: 100%; /*width of menu*/

}

.applemenu div.silverheader a{
background: black url(../images/menu_button.jpg) ;
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/menu_button_selected.jpg);
color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
line-height: 140%;
background: black url(../images/menu_inside_degrade.jpg) center left;
padding: 5px;
}