@charset "utf-8";
/* CSS Document */

/* basic tab dimensions and layout */
ul#tabnav {
list-style-type: none;
margin: 0;
padding-bottom: 22px;
border-bottom: 1px solid #222222;
font: 11px verdana, arial, sans-serif;
padding-left:10px;
}

/* Standard tab fill, font and padding 
margin T R B L
*/

ul#tabnav li {
	float: left;
	height: 21px;
	background-color:#ccffcc;
	color: #000000;
	margin: 0px 2px 0px 0px;
	border: 1px solid #222222;
}


/* tab text link and visited link colours */
ul#tabnav a:link, ul#tabnav a:visited { 
	display: block;
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	padding: 4px;
}

/* tab highlight on hover colour */
ul#tabnav a:hover {
	background-color:#339966;
	color:#ffffff;
}

/* current selected page tab - requires the page to have the id="homepage" (or whatever page it is) in the body tag */ 
body#homepage li.homepage a:link, body#homepage li.homepage a:visited,
body#about_us li.about_us a:link, body#about_us li.about_us a:visited,
body#rooms li.rooms a:link, body#rooms li.rooms a:visited,
body#prices li.prices a:link, body#prices li.prices a:visited,
body#our_location li.our_location a:link, body#our_location li.our_location a:visited,
body#places_to_eat li.places_to_eat a:link, body#places_to_eat li.places_to_eat a:visited,
body#things_to_do li.things_to_do a:link, body#things_to_do li.things_to_do a:visited,
body#events li.events a:link, body#events li.events a:visited,
body#contact_us li.contact_us a:link, body#contact_us li.contact_us a:visited,
body#access li.access a:link, body#access li.access a:visited,
body#books li.books a:link, body#books li.books a:visited,
body#quick_links li.quick_links a:link, body#quick_links li.quick_links a:visited
{
color:#000000; 
background-color: #ffffff;
border-bottom: 1px;
border-bottom-color: #FFFFFF;
border-bottom-style: solid;
}
