
.applemenu{
	margin: 0px 0;
	padding: 0;
	width: 202px;
	

}

.silverheader {
	margin-bottom: 0px;
	color:#F1F1F1;
	padding:0px;
	text-align:center;
	font-weight:bold;
	border:0px;
	font-size: 12px;

}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: white;
text-align:center;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
color: white;
text-align:center;
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
	margin-bottom: 0px;
	width:202px;
	text-align:center;
	color:#E6E6E6;
	font-size: 11px;
}

.link1{
	margin-bottom: 0px;
	background-image:url(../images/nav1_back.png);
	width:202px;
	text-align:center;
	color:#E6E6E6;
	font-size: 11px;
}

.link2{
	margin-bottom: 0px;
	background-image:url(../images/nav2_back.png);
	width:202px;
	text-align:center;
	color:#E6E6E6;
	font-size: 11px;
}

.link3{
	margin-bottom: 0px;
	background-image:url(../images/nav3_back.png);
	width:202px;
	text-align:center;
	color:#E6E6E6;
	font-size: 11px;
}

.menu1_foot{
background-image:url(../images/nav1_foot.png); 
width:202px;
height: 14px;
}

.menu2_foot{
background-image:url(../images/nav2_foot.png); 
width:202px;
height: 14px;
}

.menu3_foot{
background-image:url(../images/nav3_foot.png); 
width:202px;
height: 14px;
}


#nav4 a:link{color:#fff;}
#nav4 a:visited{
	color:#FFFFFF;
}
#nav4 a:hover{
	color:#4f5c55;
}
#nav4 a:active{
	color:#FFFFCC;
}

