/* Nav CSS Document */

#topnav	{
	width: 845px;
	height: 30px;
	float: left;
	margin: 0 0 0 0;
	padding: 92px 0 0 84px;
	
}
#topnav ul {
	list-style: none;
}
#topnav li {
	float: left;
}
#topnav span {
	position: absolute;
	top: -9999px;
}

/* Home */
.nav_home {
	width: 85px;
	height: 30px;
	background: url(../images/common/top_nav.gif) 0px 0px no-repeat;
	display: block;
}
.nav_home:hover {
	background: url(../images/common/top_nav.gif) 0px -30px no-repeat;
}
.nav_home_on {
	background: url(../images/common/top_nav.gif) 0px -60px no-repeat;
	width: 85px;
	height: 30px;
	display:block;
}
/* About Us */
.nav_about {
	width: 98px;
	height: 30px;
	background: url(../images/common/top_nav.gif) -85px 0px no-repeat;
	display: block;
}
.nav_about:hover {
	background: url(../images/common/top_nav.gif) -85px -30px no-repeat;
}
.nav_about_on {
	background: url(../images/common/top_nav.gif) -85px -60px no-repeat;
	width: 98px;
	height: 30px;
	display:block;
}
/* Our Events */
.nav_events {
	width: 112px;
	height: 30px;
	background: url(../images/common/top_nav.gif) -183px 0 no-repeat;
	display: block;
}
.nav_events:hover {
	background: url(../images/common/top_nav.gif) -183px -30px no-repeat;
}
.nav_events_on {
	background: url(../images/common/top_nav.gif) -183px -60px no-repeat;
	width: 112px;
	height: 30px;
	display:block;
}
/* The Gallery */
.nav_gallery {
	width: 116px;
	height: 30px;
	background: url(../images/common/top_nav.gif) -295px 0 no-repeat;
	display: block;
}
.nav_gallery:hover {
	background: url(../images/common/top_nav.gif) -295px -30px no-repeat;
}
.nav_gallery_on {
	background: url(../images/common/top_nav.gif) -295px -60px no-repeat;
	width: 116px;
	height: 30px;
	display:block;
}
/* Our History */
.nav_history {
	width: 116px;
	height: 30px;
	background: url(../images/common/top_nav.gif) -411px 0 no-repeat;
	display: block;
}
.nav_history:hover {
	background: url(../images/common/top_nav.gif) -411px -30px no-repeat;
}
.nav_history_on {
	background: url(../images/common/top_nav.gif) -411px -60px no-repeat;
	width: 116px;
	height: 30px;
	display:block;
}
/* Useful Links */
.nav_links {
	width: 121px;
	height: 30px;
	background: url(../images/common/top_nav.gif) -527px 0 no-repeat;
	display: block;
}
.nav_links:hover {
	background: url(../images/common/top_nav.gif) -527px -30px no-repeat;
}
.nav_links_on {
	background: url(../images/common/top_nav.gif) -527px -60px no-repeat;
	width: 121px;
	height: 30px;
	display:block;
}
/* Contact */
.nav_contact {
	width: 115px;
	height: 30px;
	background: url(../images/common/top_nav.gif) -648px 0 no-repeat;
	display: block;
}
.nav_contact:hover {
	background: url(../images/common/top_nav.gif) -648px -30px no-repeat;
}
.nav_contact_on {
	background: url(../images/common/top_nav.gif) -648px -60px no-repeat;
	width: 115px;
	height: 30px;
	display:block;
}



