.applemenu{
height: 665px; 
margin: 0 -21px; 
padding: 0;
width: 250px; /*width of menu*/
border: 0px solid #9A9A9A;
}

.applemenu ul{
	list-style: none;
}

.applemenu li{
    padding-left: 10px;
	background:url(../img/b.jpg) no-repeat 4px 6px;
}

.applemenu ul.nob li{
    padding-left: 0px;
	background: none;
}

.applemenu div.silverheader a{
background: white url(../images/index/scrollbg.jpg) repeat-x center left;
font: normal 15px 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;
height: 35px;
padding: 0px 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/index/scrollbgover.jpg);
color: white;
}

.applemenu div.selected a{
	cursor:default;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
padding: 5px;
height: 335px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}
