/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	width: 800px; 
	position: relative;
	top: 138px;
}
.navBottom { /* some repeated navigation at the bottom of the page */
	width: 800px; 
	background: #b0b0b0;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul, .navBottom ul {
	padding: 0;
	margin: 0;
	text-align: center;
	list-style-type: none;
}
.menu ul ul {
	width: auto;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li, .navBottom li {
	float:left;
/*	width: auto; */
	position:relative;
	text-align: center;
	text-transform: lowercase;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	padding: 5px 0;
	font-size: 14px;
	text-decoration: none; 
	color:#fff;
/*	width: auto; */
	height:30px;
	line-height:29px;
}
.navBottom a, .navBottom a:visited {
	display:block;
	padding: 5px 0;
	font-size: 12px;
	text-decoration: none; 
	color: #fff;
	height:30px;
	line-height:29px;
}
/* a hack so that IE5.5 faulty box model is corrected */
*html .menu a, *html .menu a:visited {
/*	width: 40px;
	w\idth: 40px;*/
	padding: 4px 0;
}
*html .navBottom a, *html .navBottom a:visited {
/*	width: 40px;
	w\idth: 40px;*/
	padding: 4px 0;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	height:0;
	top:40px;
	left:0; 
	width: 120px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:40px;
	t\op:39px;
	}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table { position:absolute; top:0; left:0; }

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background: #5b1c47;
	color:#fff; 
	height:auto;
	line-height:1em; 
	padding:10px;
	width:100px;
	text-align: left;
	border-top: 1px dotted #fff;
	}

/* yet another hack for IE5.5 */
*html .menu ul ul li a {
	width:200px;
	w\idth:120px;
	margin-left: -18px;
	}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#fff; 
	background: #200314;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#fff;
	background: #200314;
}

.navBottom a:hover {
	text-decoration: underline;
}
.navBottom :hover > a {
	text-decoration: underline;
}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility: visible; 
}


/* Individual classes for each navigational element */
.menu a.home, .navBottom a.home { width: 60px; }
.menu a.accommodation, .navBottom a.accommodation { width: 119px; }
.menu a.conferences, .navBottom a.conferences { width: 94px; }
.menu a.entertaining, .navBottom a.entertaining { width: 94px; }
.menu a.weddings, .navBottom a.weddings { width: 66px; }
.menu a.golf, .navBottom a.golf { width: 44px; }
.menu a.sports, .navBottom a.sports { width: 54px; }
.menu a.family, .navBottom a.family { width: 57px; }
.menu a.spa, .navBottom a.spa { width: 41px; }
.menu a.about, .navBottom a.about { width: 73px; }
.menu a.contact, .navBottom a.contact { width: 88px; }

/* Individual classes for each navigational MEMBERS element */

.menu a.membersHome { width: 110px; }
.menu a.membersPhoto { width: 94px; }
.menu a.membersGolf { width: 44px; }
.menu a.membersSports { width: 56px; }
.menu a.membersGreen { width: 76px; }
.menu a.membersGuest { width: 70px; }
.menu a.membersOffers { width: 54px; }
.menu a.membersFeedback { width: 80px; }


/* IE 6 Individual classes for each navigational element */
*html .menu a.home, *html .menu a.home:visited { width: 60px; padding: 4px; }
*html .menu a.home:hover { width: 60px; padding: 4px; text-decoration: none; }

*html .menu a.accommodation, *html .menu a.accommodation:visited { width: 119px; padding: 4px; }
*html .menu a.accommodation:hover { width: 119px; padding: 4px; text-decoration: none; }

*html .menu a.conferences, *html .menu a.conferences:visited { width: 84px; padding: 4px; }
*html .menu a.conferences:hover { width: 84px; padding: 4px; text-decoration: none; }

*html .menu a.entertaining, *html .menu a.entertaining:visited { width: 84px; padding: 4px; }
*html .menu a.entertaining:hover { width: 84px; padding: 4px; text-decoration: none; }

*html .menu a.weddings, *html .menu a.weddings:visited { width: 66px; padding: 4px; }
*html .menu a.weddings:hover { width: 66px; padding: 4px; text-decoration: none; }

*html .menu a.golf, *html .menu a.golf:visited { width: 36px; padding: 4px; }
*html .menu a.golf:hover { width: 36px; padding: 4px; text-decoration: none; }

*html .menu a.sports, *html .menu a.sports:visited { width: 46px; padding: 4px; }
*html .menu a.sports:hover { width: 46px; padding: 4px; text-decoration: none; }

*html .menu a.family, *html .menu a.family:visited { width: 49px; padding: 4px; }
*html .menu a.family:hover { width: 49px; padding: 4px; text-decoration: none; }

*html .menu a.spa, *html .menu a.spa:visited { width: 33px; padding: 4px; }
*html .menu a.spa:hover { width: 33px; padding: 4px; text-decoration: none; }

*html .menu a.about, *html .menu a.about:visited { width: 55px; padding: 4px; }
*html .menu a.about:hover { width: 55px; padding: 4px; text-decoration: none; }

*html .menu a.contact, *html .menu a.contact:visited { width: 80px; padding: 4px; }
*html .menu a.contact:hover { width: 80px; padding: 4px; text-decoration: none; }
