	/* 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; margin: 0; padding: 0; }
	#header #globalnav li a
	{
	
		display: block;
		height: 0;
		padding: 8px 0 0 30px;
		margin: 0;
		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 #nav-bottom {
		margin: 0;
		padding: 0;
		background-image: url(../img/ocl_nav.png);
		_background-image: url(../img/ocl_nav.png);
		background-position: 0 -431px;
		height: 13px;
		width: 292px;
	}
	
	/* BUTTONS */
	#header #globalnav li#accommodations a  { background-position: 0 -294px; width:262px; height:26px; }
	#header #globalnav li#area-activities a { background-position: 0 -328px; width:262px; height:26px; }
	#header #globalnav li#dates-and-rates a { background-position: 0 -328px; width:262px; height:26px; }
	#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; }
		
	/* OVER STATES */
	#header #globalnav li#accommodations a:hover { background-position: -300px -294px; }
	#header #globalnav li#area-activities a:hover { background-position: -300px -328px; }
	#header #globalnav li#dates-and-rates a:hover { background-position: -300px -328px; }
	#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; }
	
	
	/* PRESSED STATES */
	#header #globalnav li#accommodations a:active,
	#header #globalnav li#area-activities a:active,
	#header #globalnav li#dates-and-rates a:active,
	#header #globalnav li#directions a:active,
	#header #globalnav li#testimonials a:active,
	#header #globalnav li#contact a:active
	{
		background-position-x: -600px;
	}
	
