/* CSS Document */
/* nav.css - all navigation stylesheet */
/* © Copyright 2011 Yorkshire Boltholes Ltd */
/* Created by Stay Classy Creative - www.stayclassycreative.com */

/* Main Nav */
#nav_container {
	position: absolute;
	width: 842px;
	height: 40px;
	z-index: 200;
	top: 105px;
	left: 58px;
}

#nav_container ul {
	list-style: none;
}
#nav_container li {
	float: left;
}
#nav_container span {
	position: absolute;
	top: -9999px;
}
/* Home */
#nav_container .nav_home {
	width: 74px; height: 40px; background: url(../images/nav/nav.png) 0 0 no-repeat; display: block;
}
#nav_container .nav_home:hover {
	background: url(../images/nav/nav.png) 0 -40px no-repeat;
}
/* About */
#nav_container .nav_about {
	width: 146px; height: 40px; background: url(../images/nav/nav.png) -74px 0 no-repeat; display: block;
}
#nav_container .nav_about:hover {
	background: url(../images/nav/nav.png) -74px -40px no-repeat;
}
/* Nidderdale and the local area */
#nav_container .nav_local_area {
	width: 213px; height: 40px; background: url(../images/nav/nav.png) -220px 0 no-repeat; display: block;
}
#nav_container .nav_local_area:hover {
	background: url(../images/nav/nav.png) -220px -40px no-repeat;
}
/* Places to visit */
#nav_container .nav_places {
	width: 114px; height: 40px; background: url(../images/nav/nav.png) -433px 0 no-repeat; display: block;
}
#nav_container .nav_places:hover {
	background: url(../images/nav/nav.png) -433px -40px no-repeat;
}
/* Availability & Booking */
#nav_container .nav_booking {
	width: 176px; height: 40px; background: url(../images/nav/nav.png) -547px 0 no-repeat; display: block;
}
#nav_container .nav_booking:hover {
	background: url(../images/nav/nav.png) -547px -40px no-repeat;
}
/* Contact */
#nav_container .nav_contact {
	width: 119px; height: 40px; background: url(../images/nav/nav.png) -723px 0 no-repeat; display: block;
}
#nav_container .nav_contact:hover {
	background: url(../images/nav/nav.png) -723px -40px no-repeat;
}








/* Active Pages */
/* Home */
body.home_page #nav_container .nav_home {
	background: url(../images/nav/nav.png) 0 -80px no-repeat;
}
/* About */
body.about_page #nav_container .nav_about {
	background: url(../images/nav/nav.png) -74px -80px no-repeat;
}
/* Nidderdale and the local area */
body.nidderdale_page #nav_container .nav_local_area{
	background: url(../images/nav/nav.png) -220px -80px no-repeat;
}
/* Places to Visit */
body.visit_page #nav_container .nav_places {
	background: url(../images/nav/nav.png) -433px -80px no-repeat;
}
/* Availability & Booking */
body.availability_page #nav_container .nav_booking {
	background: url(../images/nav/nav.png) -547px -80px no-repeat;
}
/* Contact */
body.contact_page #nav_container .nav_contact {
	background: url(../images/nav/nav.png) -723px -80px no-repeat;
}




















