@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/*set current page to bold*/
div.home li.home, div.about li.about, div.news li.news, div.facilities li.facilities, div.pampering li.pampering, div.accommodation li.accommodation, div.health li.health, div.gallery li.gallery, div.contact li.contact {
	color: #FFF;
	background-image: url(../images/grad.jpg);
	background-repeat: repeat-x;
}

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
/*MM setting negative allows padding on a on hover to meet top of background image without pushing text down too far*/
ul.MenuBarHorizontal
{
	padding: 0;
	list-style-type: none;
	font-size: 13px;
	font-family:Verdana, Geneva, sans-serif;
	cursor: default;
	margin-top: -5px; 
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
	color:#000;
}

/* 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;
	color: #FFF;
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	padding: 0;
	margin-top:5px;
	margin-left:9px;
	margin-right:7px;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	color:#FFF;
}

/* 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: 11px;
	line-height:140%;
	z-index: 1020;
	cursor: default;
	width: 140px;
	height: 270px;
	position: absolute;
	left: -1000em;
	color:#000;
	background-color:#FFF;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}
/* 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
{
	/*width: 11.2em;*/
	color:#000;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 130px;
}
/* 
No sub-submenus on this site
Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
/*ul.MenuBarHorizontal ul ul
{
	display:block;
	position: absolute;
	margin: -4% 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

 *******************************************************************************/

/* MM Submenu containers have no borders */
ul.MenuBarHorizontal ul
{
	border: 0px solid #fff;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	cursor: pointer;
	color: #000;
	text-decoration: none;
}

/* MM Added style - Menu item with no submenu - Menu items are white text with no colour background and no text decoration */
ul.MenuBarHorizontal li a
{
	display:block;
	margin:0;
	cursor: pointer;
	padding: 10px 10px 15px 15px;
	color: #fff;
	text-decoration: none;
}

/* MM Added style - Submenu item Submenu items are black text with white semi-transparent background and no text decoration */
ul.MenuBarHorizontal ul a
{
/*	display: block;
*/	margin:0;
	cursor: pointer;
	padding: 0px 10px;
	color: #000;
	font-weight:600;
	text-decoration: none;
}

/* Menu items that have mouse over or focus have a white semi-transparent background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #000;
	background-color: #fff;
	filter:alpha(opacity=30);
	-moz-opacity:.30;
	opacity:.30;	
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a white semi-transparent background and white text.
  Opacity is set to less than normal menu item.
*/
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	color: #000;
	background-color: #FFF;
	filter:alpha(opacity=40);-moz-opacity:.40;opacity:.40;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	color:#fff;
	/*background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;*/
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	color: #000;
	background-color: #FFF;
	filter:alpha(opacity=40);-moz-opacity:.40;opacity:.40;

	/*background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;*/
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	color: #000;
	background-color: #FFF;
	filter:alpha(opacity=40);-moz-opacity:.40;opacity:.40;
	/*background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;*/
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	color: #000;
	background-color: #FFF;
	filter:alpha(opacity=40);-moz-opacity:.40;opacity:.40;
	/*background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;*/
}

/*******************************************************************************

 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;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
/* MM background commented out as causes all IE browsers to display solid white background */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		/*background: #FFF;*/
	}
}
