@charset "UTF-8";
/* CSS Document */

/* --------------
* Filename: navigation.css
* Version: 1.0.0 (2008-04-11)
* Website: www.atcavendish.com.au
* Author: Ari Rizos
* Description: Handles the navigation links, normal and hover states
*/


#navbar ul {
	margin: 0;
	padding: 0;
}

/* Changes the vertical navbar into a harizontal navigation bar */
#navbar li {
	float:left;
	text-decoration:none;
	list-style:none;
}

#navbar a {
	text-decoration:none;
	display:block;
	float: left;
	text-indent:-9000px; /* Hides the Floating Navigation Text */ 
}
#navbar #start {
	background-image:url(../images/nav-start.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	width: 82px;
	height: 47px;
}

#navbar #end {
	background-image:url(../images/nav-end.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	width: 71px;
	height: 47px;
}

#navbar #about {
	background-image:url(../images/btn-aboutus.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	width: 86px;
	height: 47px;
}
#navbar #about:hover {
	background-position:0 -49px;
}

#navbar #facilities {
	background-image:url(../images/btn-facilities.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	width: 82px;
	height: 47px;
}
#navbar #facilities:hover {
	background-position:0 -49px;
}


#navbar #rates {
	background-image:url(../images/btn-rates.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	width: 81px;
	height: 47px;
}
#navbar #rates:hover {
	background-position:0 -49px;
}


#navbar #photogallery {
	background-image:url(../images/btn-photogallery.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	width: 104px;
	height: 47px;
}
#navbar #photogallery:hover {
	background-position:0 -49px;
}

#navbar #bookingform {
	background-image:url(../images/btn-bookingform.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	width: 111px;
	height: 47px;
}
#navbar #bookingform:hover {
	background-position:0 -49px;
}


#navbar #contact {
	background-image:url(../images/btn-contact.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	width: 99px;
	height: 47px;
}
#navbar #contact:hover {
	background-position:0 -49px;
}

#navbar #sitemap {
	background-image:url(../images/btn-sitemap.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	width: 90px;
	height: 47px;
}
#navbar #sitemap:hover {
	background-position:0 -49px;
}

