/* NavBar - CSS Document - NAVIGATION */

/* Main nav list */
ul.list {
	list-style:none;
	margin:0;
	width:929px;
	padding:0;
}

ul.list li {
	position:relative;
	float:left;
}

ul.list li a{
	display:inline;
	position:relative;
	float:left;
	margin-bottom:0px;
	text-align:center;
	clear:both;
}

ul.list li a.nav1 {
	width:78px;
	height:61px;
	padding:0;
	margin:0px;
	text-indent:-999em;
	background:url(images/nav1.png) right top no-repeat;
	cursor:pointer;
}

ul.list li a.nav1:hover {
	width:78px;
	height:61px;
	padding:0;
	margin:0;
	text-indent:-999em;
	background:url(images/nav1-over.png) right top no-repeat;
	cursor:pointer;
}

ul.list li a.nav2 {
	width:120px;
	height:61px;
	padding:0;
	margin:0;
	text-indent:-999em;
	background:url(images/nav2.png) right top no-repeat;
	cursor:pointer;
}

ul.list li a.nav2:hover {
	width:120px;
	height:61px;
	padding:0;
	margin:0;
	text-indent:-999em;
	background:url(images/nav2-over.png) right top no-repeat;
	cursor:pointer;
}

ul.list li a.nav3 {
	width:79px;
	height:61px;
	padding:0;
	margin:0;
	text-indent:-999em;
	background:url(images/nav3.png) right top no-repeat;
	cursor:pointer;
}

ul.list li a.nav3:hover {
	width:79px;
	height:61px;
	padding:0;
	margin:0;
	text-indent:-999em;
	background:url(images/nav3-over.png) right top no-repeat;
	cursor:pointer;
}

ul.list li a.nav4 {
	width:89px;
	height:61px;
	padding:0;
	margin:0;
	text-indent:-999em;
	background:url(images/nav4.png) right top no-repeat;
	cursor:pointer;
}

ul.list li a.nav4:hover {
	width:89px;
	height:61px;
	padding:0;
	margin:0;
	text-indent:-999em;
	background:url(images/nav4-over.png) right top no-repeat;
	cursor:pointer;
}

ul.list li a.nav5 {
	width:130px;
	height:61px;
	padding:0;
	margin:0;
	text-indent:-999em;
	background:url(images/nav5.png) right top no-repeat;
	cursor:pointer;
}

ul.list li a.nav5:hover {
	width:130px;
	height:61px;
	padding:0;
	margin:0;
	text-indent:-999em;
	background:url(images/nav5-over.png) right top no-repeat;
	cursor:pointer;
}

ul.list li a.nav6 {
	width:232px;
	height:61px;
	padding:0;
	margin:0;
	text-indent:-999em;
	background:url(images/nav6.png) right top no-repeat;
	cursor:pointer;
}

ul.list li a.nav6:hover {
	width:232px;
	height:61px;
	padding:0;
	margin:0;
	text-indent:-999em;
	background:url(images/nav6-over.png) right top no-repeat;
	cursor:pointer;
}

ul.list li a.nav7 {
	width:59px;
	height:61px;
	padding:0;
	margin:0;
	text-indent:-999em;
	background:url(images/nav7.png) right top no-repeat;
	cursor:pointer;
}

ul.list li a.nav7:hover {
	width:59px;
	height:61px;
	padding:0;
	margin:0;
	text-indent:-999em;
	background:url(images/nav7-over.png) right top no-repeat;
	cursor:pointer;
}

ul.list li a.nav8 {
	width:142px;
	height:61px;
	padding:0;
	margin:0;
	text-indent:-999em;
	background:url(images/nav8.png) right top no-repeat;
	cursor:pointer;
}

ul.list li a.nav8:hover {
	width:142px;
	height:61px;
	padding:0;
	margin:0;
	text-indent:-999em;
	background:url(images/nav8-over.png) right top no-repeat;
	cursor:pointer;
}

/* ######### Chrome Menu ######### */
#chromemenu{

}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
line-height:15px;
z-index:200;
color: #FFFFFF;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 4px;
padding: 4px 0;
text-decoration: none;
color: #FFFFFF;
font-family:"Century Gothic", Tahoma, Arial, sans-serif;
font-size: 12px;
font-weight:100;
text-align: left;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*Theme Change here*/

color: #012F60;
text-decoration: none;
}
/* ######### End Drop Down Menu ######### */

/* ## Dropdown classes ## */

		
		/*######## General Info Tab Dropdowns ########*/
		
		.opsched {
			background:url(images/operatingscheddropdown.png) top left no-repeat;
			width:200px;
			height:36px;
			text-indent:-999em;
			margin:0;
			padding:0;
			cursor:pointer;
		}
		
		.opsched:hover {
			background:url(images/operatingscheddropdown-hover.png) top left no-repeat;
			width:200px;
			height:36px;
			text-indent:-999em;
			margin:0;
			padding:0;
			cursor:pointer;
		}
		.pricesdd {
			background:url(images/pricesdropdown.png) top left no-repeat;
			width:200px;
			height:36px;
			text-indent:-999em;
			margin:0;
			padding:0;
			cursor:pointer;
		}
		
		.pricesdd:hover {
			background:url(images/pricesdropdown-hover.png) top left no-repeat;
			width:200px;
			height:36px;
			text-indent:-999em;
			margin:0;
			padding:0;
			cursor:pointer;
		}
		.parkmapdd {
			background:url(images/parkmapdropdown.png) top left no-repeat;
			width:200px;
			height:36px;
			text-indent:-999em;
			margin:0;
			padding:0;
			cursor:pointer;
		}
		
		.parkmapdd:hover {
			background:url(images/parkmapdropdown-hover.png) top left no-repeat;
			width:200px;
			height:36px;
			text-indent:-999em;
			margin:0;
			padding:0;
			cursor:pointer;
		}
		
		.bdaypartiesdd {
			background:url(images/bdaypartydropdown.png) top left no-repeat;
			width:200px;
			height:36px;
			text-indent:-999em;
			margin:0;
			padding:0;
			cursor:pointer;
		}
		
		.bdaypartiesdd:hover {
			background:url(images/bdaypartydropdown-hover.png) top left no-repeat;
			width:200px;
			height:36px;
			text-indent:-999em;
			margin:0;
			padding:0;
			cursor:pointer;
		}
		
		.parkpoliciesdd {
			background:url(images/parkpoliciesdropdown.png) top left no-repeat;
			width:200px;
			height:36px;
			text-indent:-999em;
			margin:0;
			padding:0;
			cursor:pointer;
		}
		
		.parkpoliciesdd:hover {
			background:url(images/parkpoliciesdropdown-hover.png) top left no-repeat;
			width:200px;
			height:36px;
			text-indent:-999em;
			margin:0;
			padding:0;
			cursor:pointer;
		}
		
		.faqdd {
			background:url(images/faqdropdown.png) top left no-repeat;
			width:200px;
			height:36px;
			text-indent:-999em;
			margin:0;
			padding:0;
			cursor:pointer;
		}
		
		.faqdd:hover {
			background:url(images/faqdropdown-hover.png) top left no-repeat;
			width:200px;
			height:36px;
			text-indent:-999em;
			margin:0;
			padding:0;
			cursor:pointer;
		}
		
		/* ######## Shopping Tab Dropdowns ######## */
		
		.discountcouponsdd {
			background:url(images/discountcouponsdd.png) top left no-repeat;
			width:200px;
			height:36px;
			text-indent:-999em;
			margin:0;
			padding:0;
			cursor:pointer;
		}
		
		.discountcouponsdd:hover {
			background:url(images/discountcouponsdd-hover.png) top left no-repeat;
			width:200px;
			height:36px;
			text-indent:-999em;
			margin:0;
			padding:0;
			cursor:pointer;
		}
		
		.seasonpassesdd {
			background:url(images/seasonpassesdd.png) top left no-repeat;
			width:200px;
			height:36px;
			text-indent:-999em;
			margin:0;
			padding:0;
			cursor:pointer;
		}
		
		.seasonpassesdd:hover {
			background:url(images/seasonpassesdd-hover.png) top left no-repeat;
			width:200px;
			height:36px;
			text-indent:-999em;
			margin:0;
			padding:0;
			cursor:pointer;
		}
		
		/* ######## Attractions Tab Dropdowns ######## */
		
		.virtualtourdd {
			background:url(images/virtualtourdd.png) top left no-repeat;
			width:200px;
			height:36px;
			text-indent:-999em;
			margin:0;
			padding:0;
			cursor:pointer;
		}
		
		.virtualtourdd:hover {
			background:url(images/virtualtourdd-hover.png) top left no-repeat;
			width:200px;
			height:36px;
			text-indent:-999em;
			margin:0;
			padding:0;
			cursor:pointer;
		}
		
		.photogallerydd {
			background:url(images/photogallerydd.png) top left no-repeat;
			width:200px;
			height:36px;
			text-indent:-999em;
			margin:0;
			padding:0;
			cursor:pointer;
		}
		
		.photogallerydd:hover {
			background:url(images/photogallerydd-hover.png) top left no-repeat;
			width:200px;
			height:36px;
			text-indent:-999em;
			margin:0;
			padding:0;
			cursor:pointer;
		}
		
		.directionsdd {
			background:url(images/directionsdd.png) top left no-repeat;
			width:200px;
			height:36px;
			text-indent:-999em;
			margin:0;
			padding:0;
			cursor:pointer;
		}
		
		.directionsdd:hover {
			background:url(images/directionsdd-hover.png) top left no-repeat;
			width:200px;
			height:36px;
			text-indent:-999em;
			margin:0;
			padding:0;
			cursor:pointer;
		}
		
		.zoomphotodd {
			background:url(images/zoomphotodd.png) top left no-repeat;
			width:200px;
			height:36px;
			text-indent:-999em;
			margin:0;
			padding:0;
			cursor:pointer;
		}
		
		.zoomphotodd:hover {
			background:url(images/zoomphotodd-hover.png) top left no-repeat;
			width:200px;
			height:36px;
			text-indent:-999em;
			margin:0;
			padding:0;
			cursor:pointer;
		}