/* CSS Document */

.applemenu{
margin: 0px 0;
padding: 0;
width: 290px; /*width of menu*/
border: 0px solid #BDC4D6;
background:#BDC4D6;
}
.applemenu div.silverheader a{
background: #D9C296 url(collapsed.gif)  no-repeat  right;
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;
margin-top:1px; margin-bottom:2px;
padding: 0px 0;
padding-left:0px;
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-image: url(expanded.gif);
color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
padding: 5px;
height: 166px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}