.applemenu{
margin: 0;
padding: 0;
width: 222px; /*width of menu
border-right: 1px solid #999;*/
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
float:left;
}

.applemenu div.silverheader {
border-bottom: 1px solid #999;
text-transform:uppercase;
}

.applemenu div.silverheaderNws {
border-bottom:  1px dashed #999;
border-top: 1px solid #999;


}



.applemenu div.silverheader a{
background-color: #F2F2F2;
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: #333;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 12px 0;
padding-left: 12px;
text-decoration: none;
}
.applemenu div.silverheaderNws a{
background-color: #F2F2F2;
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: #333;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 8px 0;
padding-left: 8px;
text-decoration: none;
}





.applemenu div.silverheader a:active{
color: white;
background: blue;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background: #364C9F;

color: white;
}
.applemenu div.silverheaderStatic {
border-bottom: 1px solid #999;
text-transform:uppercase;
}
.applemenu div.silverheaderStatic a{
background-color: #F2F2F2;
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: #333;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 12px 0;
padding-left: 12px;
text-decoration: none;
}


.applemenu div.silverheaderStatic a:active{
color: white;
background: blue;
}


.applemenu div.selected a, .applemenu div.silverheaderStatic a:hover{
background: #364C9F;

color: white;
}


.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;

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

.applemenu div.submenu div.submenuItem{
background: #D6DDE2;
padding-left: 18px;
border-bottom: 1px solid #999;
height: 31px;
color: #333;
}
.applemenu div.submenu div.submenuItem:hover{
background: #5E688C;
color: #FFF;
}

.applemenu div.submenu div.submenuItem a{
color: #333;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 10px 0;
padding-left: 12px;
text-decoration: none;
}
.applemenu div.submenu div.submenuItem a:hover{
color: #FFF;

}
