@charset "UTF-8";

/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1px;
	cursor: default;
	width: auto;
	height:23px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 10px;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	height: 22px;
	
}

/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 10px;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{

}
/* Sub Menu Style */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	width:200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8px;
	height: 10px;
	text-indent: 0.5em;
	padding-top: 0.8em;
	padding-bottom: 0.7em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff9900;
}

/* Menu items visited links */
ul.MenuBarHorizontal a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus, ul.MenuBarHorizontal a:link
{
	color:#ff9900;
	text-decoration:none;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color:#ff9900;
	text-decoration:none;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

a.MenuBarItemSubmenu1:link, a.MenuBarItemSubmenu1:visited, a.MenuBarItemSubmenu1:active {
	background-image: url(../nav_buttons/about_up.gif);
	width:32px;
	background-repeat: no-repeat;
	background-position: top;
	font-size:1px;
	height:23px;
	background-color: #999999;
}
a.MenuBarItemSubmenu1:hover {
	background-image: url(../nav_buttons/about_over.gif);
	width:32px;
	background-repeat: no-repeat;
	background-position: top;
	font-size:1px;
	height:23px;
	background-color: #000000;
}
a.MenuBarItemSubmenu2:link, a.MenuBarItemSubmenu2:visited, a.MenuBarItemSubmenu2:active {
	background-image: url(../nav_buttons/facilities_up.gif);
	width:47px;
	background-repeat: no-repeat;
	background-position: top;
	font-size:1px;
	height:23px;
	background-color: #999999;
}
a.MenuBarItemSubmenu2:hover {
	background-image: url(../nav_buttons/facilities_over.gif);
	width:47px;
	background-repeat: no-repeat;
	background-position: top;
	font-size:1px;
	height:23px;
	background-color: #000000;
}
a.MenuBarItemSubmenu3:link, a.MenuBarItemSubmenu3:visited, a.MenuBarItemSubmenu3:active {
	background-image: url(../nav_buttons/room_rates_up.gif);
	width:55px;
	background-repeat: no-repeat;
	background-position: top;
	font-size:1px;
	height:23px;
	background-color: #999999;
}
a.MenuBarItemSubmenu3:hover {
	background-image: url(../nav_buttons/room_rates_over.gif);
	width:55px;
	background-repeat: no-repeat;
	background-position: top;
	font-size:1px;
	height:23px;
	background-color: #000000;
}
a.MenuBarItemSubmenu4:link, a.MenuBarItemSubmenu4:visited, a.MenuBarItemSubmenu4:active {
	background-image: url(../nav_buttons/restaurant_up.gif);
	width:54px;
	background-repeat: no-repeat;
	background-position: top;
	font-size:1px;
	height:23px;
	background-color: #999999;
}
a.MenuBarItemSubmenu4:hover {
	background-image: url(../nav_buttons/restaurant_over.gif);
	width:54px;
	background-repeat: no-repeat;
	background-position: top;
	font-size:1px;
	height:23px;
	background-color: #000000;
}
a.MenuBarItemSubmenu5:link, a.MenuBarItemSubmenu5:visited, a.MenuBarItemSubmenu5:active {
	background-image: url(../nav_buttons/functions_up.gif);
	width:50px;
	background-repeat: no-repeat;
	background-position: top;
	font-size:1px;
	height:23px;
	background-color: #999999;
}
a.MenuBarItemSubmenu5:hover {
	background-image: url(../nav_buttons/functions_over.gif);
	width:50px;
	background-repeat: no-repeat;
	background-position: top;
	font-size:1px;
	height:23px;
	background-color: #000000;
}
a.MenuBarItemSubmenu6:link, a.MenuBarItemSubmenu6:visited, a.MenuBarItemSubmenu6:active {
	background-image: url(../nav_buttons/bookings_and_enquiries_up.gif);
	width:96px;
	background-repeat: no-repeat;
	background-position: top;
	font-size:1px;
	height:23px;
	background-color: #999999;
}
a.MenuBarItemSubmenu6:hover {
	background-image: url(../nav_buttons/bookings_and_enquiries_over.gif);
	width:96px;
	background-repeat: no-repeat;
	background-position: top;
	font-size:1px;
	height:23px;
	background-color: #000000;
}
a.MenuBarItemSubmenu7:link, a.MenuBarItemSubmenu7:visited, a.MenuBarItemSubmenu7:active {
	background-image: url(../nav_buttons/tours_up.gif);
	width:31px;
	background-repeat: no-repeat;
	background-position: top;
	font-size:1px;
	height:23px;
	background-color: #999999;
}
a.MenuBarItemSubmenu7:hover {
	background-image: url(../nav_buttons/tours_over.gif);
	width:31px;
	background-repeat: no-repeat;
	background-position: top;
	font-size:1px;
	height:23px;
	background-color: #000000;
}


a.MenuBarItemSubmenu8:link, a.MenuBarItemSubmenu8:visited, a.MenuBarItemSubmenu8:active {
	background-image: url(../nav_buttons/camping_up.gif);
	width:43px;
	background-repeat: no-repeat;
	background-position: top;
	font-size:1px;
	height:23px;
	background-color: #999999;
}
a.MenuBarItemSubmenu8:hover {
	background-image: url(../nav_buttons/camping_over.gif);
	width:43px;
	background-repeat: no-repeat;
	background-position: top;
	font-size:1px;
	height:23px;
	background-color: #000000;
}
a.MenuBarItemSubmenu9:link, a.MenuBarItemSubmenu9:visited, a.MenuBarItemSubmenu9:active {
	background-image: url(../nav_buttons/staff_up.gif);
	width:29px;
	background-repeat: no-repeat;
	background-position: top;
	font-size:1px;
	height:23px;
	background-color: #999999;
}
a.MenuBarItemSubmenu9:hover {
	background-image: url(../nav_buttons/staff_over.gif);
	width:29px;
	background-repeat: no-repeat;
	background-position: top;
	font-size:1px;
	height:23px;
	background-color: #000000;
}

a.MenuBarItemSubmenu10:link, a.MenuBarItemSubmenu10:visited, a.MenuBarItemSubmenu10:active {
	background-image: url(../nav_buttons/photo_gallery_up.gif);
	width:66px;
	background-repeat: no-repeat;
	background-position: top;
	font-size:1px;
	height:23px;
	background-color: #999999;
}
a.MenuBarItemSubmenu10:hover {
	background-image: url(../nav_buttons/photo_gallery_over.gif);
	width:66px;
	background-repeat: no-repeat;
	background-position: top;
	font-size:1px;
	height:23px;
	background-color: #000000;
}
a.MenuBarItemSubmenu11:link, a.MenuBarItemSubmenu11:visited, a.MenuBarItemSubmenu11:active {
	background-image: url(../nav_buttons/whats_on_up.gif);
	width:45px;
	background-repeat: no-repeat;
	background-position: top;
	font-size:1px;
	height:23px;
	background-color: #00ace2;
}
a.MenuBarItemSubmenu11:hover {
	background-image: url(../nav_buttons/whats_on_over.gif);
	width:45px;
	background-repeat: no-repeat;
	background-position: top;
	font-size:1px;
	height:23px;
	background-color: #000000;
}
a.MenuBarItemSubmenu12:link, a.MenuBarItemSubmenu12:visited, a.MenuBarItemSubmenu12:active {
	background-image: url(../nav_buttons/news_up.gif);
	width:30px;
	background-repeat: no-repeat;
	background-position: top;
	font-size:1px;
	height:23px;
	background-color: #999999;
}
a.MenuBarItemSubmenu12:hover {
	background-image: url(../nav_buttons/news_over.gif);
	width:30px;
	background-repeat: no-repeat;
	background-position: top;
	font-size:1px;
	height:23px;
	background-color: #000000;
}
a.MenuBarItemSubmenu13:link, a.MenuBarItemSubmenu13:visited, a.MenuBarItemSubmenu13:active {
	background-image: url(../nav_buttons/guest_book_up.gif);
	width:53px;
	background-repeat: no-repeat;
	background-position: top;
	font-size:1px;
	height:23px;
	background-color: #999999;
}
a.MenuBarItemSubmenu13:hover {
	background-image: url(../nav_buttons/guest_book_over.gif);
	width:53px;
	background-repeat: no-repeat;
	background-position: top;
	font-size:1px;
	height:23px;
	background-color: #000000;
}
a.MenuBarItemSubmenu14:link, a.MenuBarItemSubmenu14:visited, a.MenuBarItemSubmenu14:active {
	background-image: url(../nav_buttons/links_up.gif);
	width:30px;
	background-repeat: no-repeat;
	background-position: top;
	font-size:1px;
	height:23px;
	background-color: #999999;
}
a.MenuBarItemSubmenu14:hover {
	background-image: url(../nav_buttons/links_over.gif);
	width:30px;
	background-repeat: no-repeat;
	background-position: top;
	font-size:1px;
	height:23px;
	background-color: #000000;
}
a.MenuBarItemSubmenu15:link, a.MenuBarItemSubmenu15:visited, a.MenuBarItemSubmenu15:active {
	background-image: url(../nav_buttons/contact_us_up.gif);
	width:56px;
	background-repeat: no-repeat;
	background-position: top;
	font-size:1px;
	height:23px;
	background-color: #999999;
}
a.MenuBarItemSubmenu15:hover {
	background-image: url(../nav_buttons/contact_us_over.gif);
	width:56px;
	background-repeat: no-repeat;
	background-position: top;
	font-size:1px;
	height:23px;
	background-color: #000000;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

