/* TOP UL */
	#nav ul {
		padding:0;
		margin:0;
		list-style-type:none;
		}
/* End TOP UL */

/* Top LI */
	#nav li {
		float:left;
		position:relative;
		margin: 0;
		padding: 0;
		background: none
		}
/* End Top LI */

/* Top Link */
	#nav a {
		display:block;
		margin: 0 0 0 10px;
		padding: 16px 0;
		font-size: 0;
		text-decoration:none;
		color:#fff;
		background: transparent;
		font-weight:bold;
		text-indent: -5000px;
		}
	#nav a#btnHome {
		width: 39px;
		height: 15px;
		background: transparent url(../images/btnHome.gif) -39px 16px no-repeat;
		}
	#nav a:hover#btnHome {
		background-position: 0 16px;
		}
	#nav a#btnPlanAVisit {
		width: 84px;
		height: 15px;
		background: transparent url(../images/btnPlanAVisit.gif) -84px 16px no-repeat;
		}
	#nav a:hover#btnPlanAVisit {
		background-position: 0 16px;
		}
	#nav a#btnAttractions{
		width: 88px;
		height: 15px;
		background: transparent url(../images/btnAttractions.gif) -88px 16px no-repeat;
		}
	#nav a:hover#btnAttractions {
		background-position: 0 16px;
		}
	#nav a#btnSeasonPasses{
		width: 106px;
		height: 15px;
		background: transparent url(../images/btnSeasonPasses.gif) -106px 16px no-repeat;
		}
	#nav a:hover#btnSeasonPasses {
		background-position: 0 16px;
		}
	#nav a#btnGroupSales{
		margin-left: 60px;
		width: 91px;
		height: 15px;
		background: transparent url(../images/btnGroupSales.gif) -91px 16px no-repeat;
		}
	#nav a:hover#btnGroupSales {
		background-position: 0 16px;
		}
	#nav a#btnEvents{
		width: 48px;
		height: 15px;
		background: transparent url(../images/btnEvents.gif) -48px 16px no-repeat;
		}
	#nav a:hover#btnEvents {
		background-position: 0 16px;
		}
	#nav a#btnEmployment{
		width: 91px;
		height: 15px;
		background: transparent url(../images/btnEmployment.gif) -91px 16px no-repeat;
		}
	#nav a:hover#btnEmployment {
		background-position: 0 16px;
		}
	#nav a#btnPhotoGallery{
		width: 109px;
		height: 15px;
		background: transparent url(../images/btnPhotoGallery.gif) -109px 16px no-repeat;
		}
	#nav a:hover#btnPhotoGallery {
		background-position: 0 16px;
		}
	#nav a#btnMedia {
		width: 44px;
		height: 15px;
		background: transparent url(../images/btnMedia.gif) -44px 16px no-repeat;
		}
	#nav a:hover#btnMedia {
		background-position: 0 16px;
		}
	#nav a#btnContact {
		width: 59px;
		height: 15px;
		background: transparent url(../images/btnContact.gif) -59px 16px no-repeat;
		}
	#nav a:hover#btnContact {
		background-position: 0 16px;
		}
/* end Top Link */

/* Secondary UL */
	#nav ul ul {
		visibility:hidden;
		position:absolute;
		height:0;
		top: 44px;
		left:0;
		width:149px;
		}
	#nav ul li:hover ul,
	#nav ul a:hover ul{
		visibility:visible;
		}
	#nav ul ul#offsetUL {
		left: 50px;
		}
	#nav ul ul#wideUL {
		width:190px;
		}
/* End Secondary UL */

/* Secondary LI */
	#nav li li {
		width:149px;
		}
/* END Secondary LI */

/* Secondary Link */
	#nav ul ul a {
		display:block;
		margin: 0 0 0 8px;
		padding:7px 10px;
		background:#d8a262;
		color:#fff;
		height:auto;
		line-height:1em;
		width:128px;
		border-bottom:1px solid #CE8C3B;
		font-size: 11px;
		text-indent: 0;
		text-decoration:none;
		}
	#nav ul ul.wideUL a {
		width:170px;
		}
	#nav ul ul a.btnLast {
		border-bottom: 0;
		}
	#nav ul ul a:hover{
		color:#fff;
		background:#007bc3;
		}
	#nav ul ul :hover > a {
		color:#fff;
		background:#007bc3;
		}
/* End Secondary Link */

/* IE 6 Fix */
	#nav table {
		position:absolute;
		top:0;
		left:0;
		border-collapse:collapse;
		}
/* End IE 6 Fix */




