/* -----------------------------
	   MAIN NAVIGATION                  */
	
	.nav_container {
	margin:0 auto;
	width: 900px;
		
}
	#navMenu{
	display: inline;
	margin: 0;
	padding: 0px;
	position: relative;
	z-index: 5;
}
#navMenu li{
	float: left;
	display: inline;
}

a.navHome{
	display:block;
	float:left;
	width:95px;
	height:55px;
	background: url("../images/nav_home.jpg");
	background-repeat:no-repeat;
}

a.navAbout{
	display:block;
	float:left;
	width:131px;
	height:55px;
	background: url("../images/nav_about.jpg");
	background-repeat:no-repeat;
}

a.navPromo{
	display:block;
	float:left;
	width:149px;
	height:55px;
	background: url("../images/nav_promo.jpg");
	background-repeat:no-repeat;
}

a.navMembership{
	display:block;
	float:left;
	width:142px;
	height:55px;
	background: url("../images/nav_membership.jpg");
	background-repeat:no-repeat;
}

a.navCareer{
	display:block;
	float:left;
	width:126px;
	height:55px;
	background: url("../images/nav_career.jpg");
	background-repeat:no-repeat;
}

a.navContact{
	display:block;
	float:left;
	width:137px;
	height:55px;
	background: url("../images/nav_contact.jpg");
	background-repeat:no-repeat;
}

a.navFB{
	display:block;
	float:left;
	width:120px;
	height:55px;
	background: url("../images/nav_fb.jpg");
	background-repeat:no-repeat;
}
	

