#accreditation #nav_accreditation a, 
#public #nav_public a, 
#news #nav_news a, 
#resources #nav_resources a, 
#accredited_orgs #nav_accredited_orgs a,
#sponsorship #nav_sponsorship a,
#about #nav_about a { 
	background: #006547 url(images/gradient_button_hover.jpg) repeat-x top left;
	text-decoration:none;
} 

.mmoff {
	text-transform:uppercase;
	letter-spacing:0px;	
}
.mmon {
	text-transform:uppercase;
}

#nav {
	font-family:Arial, Helvetica, sans-serif;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(images/main_nav_notpressed.jpg) repeat-x top left;
	height:28px;
	border-top: 1px solid #00B07B;
	text-decoration:none;
	font-size:10px;	
	letter-spacing:0px;	
}

#nav li {
	float: left;
	margin: 0;
	padding: 0 1px 0 0;
	list-style: none;
	background: url(images/gradient_button_border.jpg) no-repeat top right;
	BORDER-BOTTOM: none;
	text-decoration:none;
	font-size:100%;	
	text-transform:uppercase;
}

#nav a {
	float: left;
	padding: 8px 10px;
	text-decoration: none;
	color: #fff;
}

#nav a:hover {
	background: #006547 url(images/gradient_button_hover_light.jpg) repeat-x top left;
	text-decoration:none;
}







