	/* GLOBALHEADER */
	#header
	{
		margin: 0px auto;
		vertical-align: baseline;
		position: relative;
		z-index: 9998;
		width : 292px;
	}
	#header #globalnav { margin: 0; padding: 0; height:87px; vertical-align:bottom; }
	#header #globalnav li { display: block; }
	#header #globalnav li a
	{
	
		display: block;
		height: 0;
		padding: 8px 0 0 30px;
		overflow: hidden;
		background-image: url(../img/ocl_nav.png);
		_background-image: url(../img/ocl_nav.png);
		background-repeat: no-repeat;
		cursor : hand ;
		font-family: Georgia, Times New Roman, serif;
		color: #fff;
		text-decoration: none;
		/*text-indent : -9999px ;*/
	}
	
	#header #globalnav li a:hover {
		color: #fff;
	}
	
	#header #globalnav li a:active {
		color: #292927;
	}
	
	#header #globalnav #nav-bottom {
		margin: 0;
		padding: 0;
		background-image: url(../img/ocl_nav.png);
		_background-image: url(../img/ocl_nav.png);
		background-position: 0 -430px;
		height: 14px;
		width: 292px;
	}
	
	/* BUTTONS */
	#header #globalnav li#accommodations a  { background-position: 0 -68px; width:262px; height:26px; }
	#header #globalnav li#area-activities a { background-position: 0 -102px; width:262px; height:26px; }
	#header #globalnav li#dates-and-rates a { background-position: 0 -136px; width:262px; height:26px; color:#000; }
	#header #globalnav li#directions a      { background-position: 0 -362px; width:262px; height:26px; }
	#header #globalnav li#testimonials a      { background-position: 0 -396px; width:262px; height:26px; }
	#header #globalnav li#contact a         { background-position: 0 -432px; width:262px; height:26px; }
	
	/* SUB NAV BUTTONS */
	#header #globalnav li#sub-availability a {
		background-position: 0 -170px;
		height:19px;
		font-size:11px;
		padding-left:50px;
	}
	#header #globalnav li#sub-pricing a,
	#header #globalnav li#sub-reservations a
	{
		background-position: 0 -199px;
		height:19px;
		font-size:11px;
		padding-left:50px;
		padding-top: 5px;
	}
	#header #globalnav li#sub-reservations a {
		background-position-y:-270px;
	}
	
	/* OVER STATES */
	#header #globalnav li#accommodations a:hover { background-position: -300px -68px; }
	#header #globalnav li#area-activities a:hover { background-position: -300px -102px; }
	#header #globalnav li#directions a:hover { background-position: -300px -362px; }
	#header #globalnav li#testimonials a:hover { background-position: -300px -396px; }
	#header #globalnav li#contact a:hover { background-position: -300px -432px; }
	
	#header #globalnav li#sub-availability a:hover {
		background-position: -300px -170px;
	}
	#header #globalnav li#sub-pricing a:hover,
	#header #globalnav li#sub-reservations a:hover
	{ background-position: -300px -199px; }
	
	
	/* PRESSED STATES */
	#header #globalnav li#accommodations a:active,
	#header #globalnav li#area-activities a:active,
	#header #globalnav li#directions a:active,
	#header #globalnav li#testimonials a:active,
	#header #globalnav li#contact a:active,
	#header #globalnav li#sub-availability a:active,
	#header #globalnav li#sub-pricing a:active,
	#header #globalnav li#sub-reservations a:active
	{
		background-position-x: -600px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
