.applemenu{
margin: 5px 0;
padding: 0;
width: 230px;
font-size:10px;
font-weight:bold;
}

.applemenu div.menuheader a{
background: url(../img/arrow.gif) center left no-repeat;
color: #000;
display:block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 12px;
text-decoration: none;
}


.applemenu div.menuheader a:visited, .applemenu div.menuheader a:active{
color: #000;
}


.applemenu div.selected a, .applemenu div.menuheader a:hover{
background-image: url(../img/arrow_down.gif);
color: #333;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
padding: 0 0 0 10px;
/*height: 200px; *//*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
font-weight:normal;

}

.applemenu div.submenu a{ 
	background: url(../img/bull.gif) center left no-repeat;
	display:block;
	padding: 2px 0 3px 10px;
	text-decoration:none;
}

.applemenu div.submenu a:hover{
	text-decoration:underline;
}
