.applemenu{
	padding: 0;
	width: 610px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 13px;
}

.applemenu div.silverheader a{
	color: #333333;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding-left: 14px;
	text-decoration: none;
	background-color: black;
	background-image: url(../images/home_services_back.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
}


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


.applemenu div.selected a, .applemenu div.silverheader a:hover{
	background-image: url(../images/home_services_back2.jpg);
	color: #333333;
}

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



