/* nav stuff */



/*---------- Navigation ----------*/



	/*-------------------- Home Button ----------*/
	
	
	
	#logo { height:166px; background:#036 url(../imagery/nav/logobanner.jpg) no-repeat;	}
	
	#logo span { display:none; }
		
	#logo a:link { height:166px; display:block; float:left; }
	#logo a:active { height:166px; display:block; float:left; }
	#logo a:visited { height:166px; display:block; float:left; }
	#logo a:hover {	height:166px; display:block; float:left; background:none; }	
	
	.btnHome { background:transparent url(../imagery/nav/hit_home.jpg) no-repeat; width:425px; }
	
	
	
	/*-------------------- Navigation ----------*/
	
	
	
	#Nav { height:74px; background:#930 url(../imagery/nav/hit_navmain.jpg) no-repeat; }
	
	#Nav li { display:inline; list-style-type:none;	}
	
	#Nav span {	display:none; }
	
	#Nav a:link { height:74px; display:block; float:left; }
	#Nav a:active {	height:74px; display:block;	float:left; }
	#Nav a:visited { height:74px; display:block; float:left; }
	#Nav a:hover {	height:74px; display:block; float:left;	background:none; }
	
	.btnHistory { background:transparent url(../imagery/nav/hit_history.jpg) no-repeat;	width:150px; }
	.btnMembership { background:transparent url(../imagery/nav/hit_membership.jpg) no-repeat; width:175px; }
	.btnTour { background:transparent url(../imagery/nav/hit_tour.jpg) no-repeat; width:145px; }
	.btnGallery { background:transparent url(../imagery/nav/hit_gallery.jpg) no-repeat;	width:150px; }
	.btnAbout { background:transparent url(../imagery/nav/hit_about.jpg) no-repeat;	width:160px; }
