@charset "utf-8";
/* CSS Document */

.applemenu{
margin: 5px 0;
padding: 0;
width: 170px; /*width of menu*/
border: 1px solid #9A9A9A;
}

.applemenu div.silverheader {
background:#333333;
font: normal 20px Georgia, "Times New Roman", Times, serif;
color:#FFF;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;

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:#333333;
color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background:#333333;
padding: 5px;
height: 85px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}
.applemenu div.submenu a{ /*DIV that contains each sub menu*/
background:#333333;
font: normal 14px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color:#CFB031;
text-decoration:none;
}
.applemenu div.submenu a:hover{ /*DIV that contains each sub menu*/
background:#333333;
font: normal 14px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color:#FFF;
text-decoration:underline;
}
