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

}

.applemenu div.silverheader a{
background: black url(../images/menu_button.jpg) ;
color: #E8E9EA;
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;
text-shadow:-1px -1px 0 #0C0C0D;
}

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

.applemenu div.silverheader a:hover {
background-image: url(../images/menu_button_hover.jpg);
color: white;
text-shadow:-1px -1px 0 #3f1800, -1px -1px 10px #b44400;
}

.applemenu div.selected a, .applemenu div.selected a:hover {
background-image: url(../images/menu_button_selected.jpg);
color: #E8E9EA;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
line-height: 145%;
background: black url(../images/menu_inside_degrade.jpg) center left;
padding: 6px 8px 12px;
border-bottom:1px solid #525355;
}

