.applemenu{
	margin: 0;
	padding: 0;
	width: 230px;
}

.applemenu div.silverheader a{
	/*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;
	padding: 5px 0;
	padding-left: 8px;
	text-decoration: none;
}



.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: #fff;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
	color: #fff;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
	padding: 5px;
	height: auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	margin-left: 18px;
	margin-right: 12px;
}
.submenu ul{ /*DIV that contains each sub menu*/
	padding: 0px;
	height: auto; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
	margin: 10px;
	list-style-type: bull;
        color: #fff;
}
.submenu a{ /*DIV that contains each sub menu*/
	text-decoration: none;
	color: #fff;
}
.submenu a:hover{ /*DIV that contains each sub menu*/
	text-decoration: underline;
	color: #CCFFFF;
}

