/* =============================================================== 
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 associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {position:relative; z-index:100; border-top:1px #660000 solid; top:187px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {
    background:#400001;
	padding:8px 0; z-index:100;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;position:relative; }
.menu li a {text-decoration:none;}
/* style the links for the top level */
.menu a, .menu a:visited {display:inline-block;float:left;height:38px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {color:#FFFFFF;
    text-decoration:none;
    line-height:25px;
	height:26px;
    display:block;
	padding-left:14px;}

/* style the second level hover */
.menu ul ul a.drop:hover{background-color:#580000; text-decoration:none}
.menu ul ul :hover > a.drop {background-color:#580000; text-decoration:none}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;top:38px;left:0px;}

/* 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; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	color:#FFFFFF;
	font-family:'Trebuchet MS', Georgia, "Times New Roman", Times, serif;
	font-size:13px;
    text-decoration:none;
    line-height:25px;
	height:26px;
    display:block;
	width:109px !important; 
	width /**/ :138px; 
	padding-left:29px;
	background:url(../../images/global/nav-bullet.gif) 14px 8px no-repeat;
}
	
.menu ul ul.hotel a {
	width:140px !important; 
	width /**/ :169px; 
	padding-left:29px;
}
	
.menu ul ul.rooms a {
	width:169px !important; 
	width /**/ :198px; 
	padding-left:29px;
}
	
.menu ul ul.concierge a {
	width:129px !important; 
	width /**/ :158px; 
	padding-left:29px;
}
	
.menu ul ul.beach a {
	width:129px !important; 
	width /**/ :158px; 
	padding-left:29px;
}

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

/* 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; }

#nav-home{width:94px; background-image:url(../../images/global/hotel.jpg);}
#nav-rooms{width:103px; height:38px; background-image:url(../../images/global/rooms.jpg);}
#nav-bookings{width:104px; height:38px; background-image:url(../../images/global/bookings.jpg);}
#nav-concierge{width:127px; height:38px; background-image:url(../../images/global/concierge.jpg);}
#nav-beach-club{width:129px; height:38px; background-image:url(../../images/global/beach-club.jpg);}
#nav-facilities{width:99px; height:38px; background-image:url(../../images/global/facilities.jpg);}
#nav-conference{width:137px; height:38px; background-image:url(../../images/global/conference.jpg);}
#nav-invest{width:76px; height:38px; background-image:url(../../images/global/invest.jpg);}
#nav-specials{width:91px; height:38px; background-image:url(../../images/global/specials.jpg);}
	