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

    text-align: right;
}



.applemenu div.silverheader a{
    /*background: black url(../img/silvergradient.gif) repeat-x center left;*/
    
    /*background-color: #696969;*/
    background-color: #959a9e;
    /*font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;*/
    color: white;
    display: block;
    position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
    width: auto;
    padding: 8px 0;
    padding-right: 8px;
    text-decoration: none;
    /*font-weight: bold;*/
    border: 1px solid #fff;
    
}




.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);*/
    background-color: #009959;
    /*background-color: #959a9e;*/
    
    color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
    background: white;
    padding: 5px 5px 30px 5px;
    height: auto;
    margin:3px 0;
    height: auto;

    /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

.submenu ul{
    list-style: none;
}
