.applemenu{
margin: 0px 0;
margin-bottom: 1px;
margin-left: 2px;
padding: 0;
width: 229px; /*width of menu*/
height: 28px;
}

.applemenu div.silverheader a{
background: #000000 url(images/bg-tab-open.png) repeat-x center center;
font: normal 10px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: #a7a7a7;
FONT-WEIGHT: bold;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
height: 28px;
padding: 5px 0;
padding-left: 15px;
text-decoration: none;
border-bottom: 0px solid #000000;
}
.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: #999999;
FONT-WEIGHT: bold;
height: 28px;
}
.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(images/bg-tab-open.png);
color: #cccccc;
FONT-WEIGHT: bold;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
line-height: 18px;
color: #066;
background: #F5F5F5;
padding: 5px;
height: 28px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
border-bottom: 1px solid #25221D;
}
.applemenu div.submenu a{
color: #066;
text-decoration: none;
}
.applemenu div.submenu a:hover{
color: #000000;
}
