
#mainNav {
	background:url('../Images/bgMainNav.gif') no-repeat top left;
	height:36px;
	position:relative;

}

.navHome, .navAbout, .navUpdate, .navTeam, .navTrainee, .navGallery, .navSchedule, .navContact {
	text-align: center;
    float:left;
   	font-weight:bold; 
   	background:url('../Images/navBorder.gif') no-repeat top right;
	text-transform:uppercase;
}

.navContact {
   	background:none;
}

.navHome a, .navAbout a, .navUpdate a, .navTeam a, .navTrainee a, .navGallery a, .navSchedule a, .navContact a {
	display:inline-block;
	color:#fff;
	padding:11px 0px 12px 0px;
	text-decoration: none;

}

#home .navHome a:hover, #about .navAbout a:hover, #update .navUpdate a:hover, #team .navTeam a:hover, #trainee .navTrainee a:hover,  #gallery .navGallery a:hover, #schedule .navSchedule a:hover,  #contact .navContact a:hover {background:#FFF;color:#000;background:url('../Images/navSelected.gif') no-repeat top right;}

#home .navHome a, #about .navAbout a, #update .navUpdate a, #team .navTeam a, #trainee .navTrainee a,  #gallery .navGallery a, #schedule .navSchedule a,  #contact .navContact a {background:#FFF;color:#000;background:url('../Images/navSelected.gif') no-repeat top right;}


#mainNav a:hover {
	color:#710000;
}

.navHome a {
	width:96px;
}

.navAbout a {
	width:111px;
}

.navUpdate a {
	width:107px;
}

.navTeam a {
	width:154px;
}

.navTrainee a {
	width:108px;
}

.navGallery a {
	width:108px;
}

.navSchedule a {
	width:108px;
}

.navContact a {
	width:108px;
}


