@charset "utf-8";
/* CSS Document */

* {margin:0px; padding: 0px;}

.applemenu{
margin: 10px;
padding: 0;
width: 250px; /*width of menu*/


}

.applemenu div.silverheader a{
background: black url(images/background.jpg) repeat-x center left;
font: normal 11px Verdana;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
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(images/background_reverse.jpg);
color: white;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
padding: 10px;
height: 175px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
font-size:11px;
font-family:Tahoma;
}

.applemenu a:hover {
text-decoration: none;
background-color:#FFF;
}