#nav {
	height: 35px;
	width: 450px;
	margin: 50px 14px 0 0;
	padding: 0 0 0 0;
	background-image: url(../images/nav.gif);
	position: relative;
	display: inline;
	float: right;
}

#nav li{
	margin: 0; padding: 0; list-style: none;
    position: absolute; top: 5px;
}

#nav li, #nav a {
    height: 25px; display: block;
}
    
#index, #indexActive {
	left: 0px;
	width: 45px;
}

#index a:hover {
	background-position: -0px -40px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
}

#indexActive {
	background-position: -0px -75px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
}

#hours, #hoursActive {
	left: 54px;
	width: 104px;
}

#hours a:hover {
	background-position: -54px -40px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
}

#hoursActive {
	background-position: -54px -75px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
}

#park, #parkActive {
	left: 169px;
	width: 38px;
}

#park a:hover {
	background-position: -169px -40px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
}

#parkActive {
	background-position: -169px -75px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
}

#rules, #rulesActive {
	left: 217px;
	width: 45px;
}

#rules a:hover {
	background-position: -217px -40px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
}

#rulesActive {
	background-position: -217px -75px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
}

#events, #eventsActive {
	left: 273px;
	width: 51px;
}

#events a:hover {
	background-position: -273px -40px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
}

#eventsActive {
	background-position: -273px -75px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
}

#photos, #photosActive {
	left: 334px;
	width: 53px;
}

#photos a:hover {
	background-position: -334px -40px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
}

#photosActive {
	background-position: -334px -75px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
}

#videos, #videosActive {
	left: 399px;
	width: 48px;
}

#videos a:hover {
	background-position: -399px -40px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
}

#videosActive {
	background-position: -399px -75px;
	background-image: url(../images/nav.gif);
	background-repeat: no-repeat;
}
