

.applemenu{
margin: 0px 0;
padding: 0;
width: 244px; /*width of menu*/
border: 1px solid #999;
}

.applemenu div.silverheader a{
background: black url(../silvergradient.gif) repeat-x center left;
font: bold 14px Tahoma;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 20px;
text-decoration: none;
height:20px;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: white;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(../silvergradientover.gif);
color: white;
height:20px;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: #fff;
padding: 10px 10px 10px 20px;
height: 165px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}

.applemenu div.submenu ul li{
	list-style:none;
	font-family:arial;
	font-size:12px;
	line-height:20px;
	padding-bottom:5px;
	}
	
.applemenu div.submenu ul li a{
	text-decoration:none;
	color:#333;
	}
	
.applemenu div.submenu ul li a:hover{
	text-decoration: underline;
	color:green;
	}

