/* this is the main UL element*/
.dropdown{margin:0; padding:0; list-style:none; }

/* these are the inner menus*/
.dropdown ul{margin:0; padding:0; list-style:none; width:150px!important;}

/* these are all the LIs in the menu*/
.dropdown li{margin:0; height:auto; float:left; cursor:pointer; border-top:1px solid #444!important;}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{text-decoration:none; color:#fff; width:100%; }
.dropdown a:hover{color:#e1d1a7; text-decoration:none;}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{padding:3px 0 6px 3px; height:24px; float:none; margin-left:-1px; background:#1d1308 none;}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down{ }

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left{}


/*Nav Styles*/
#nav-list {position:relative; float:left; padding:0; width:952px; font:11px/18px Verdana; list-style:none; text-decoration:none;}
#nav-list li a{float:left; text-indent:-9999px;height:37px;}
#nav-list li ul a {float:none; text-indent:0px;}
#nav-list li ul li {border:0px solid  red; height:auto;}
#nav-list li ul li a {height:auto;font:11px Verdana;}
#nav-list li ul li a:hover {height:auto;}
#nav-list ul li a:hover,#nav-list ul li.selected a, #nav-list .selected {background-position:0 -37px!important;}


#home {width:67px;height:37px; background:url(/includes/images/nav/nav_home.gif);}
#accommodation {width:145px;height:37px;  background:url(/includes/images/nav/nav_accommodation.gif);}
#fooddrink {width:123px;height:37px;  background:url(/includes/images/nav/nav_fooddrink.gif);}
#conference{width:150px;height:37px;  background:url(/includes/images/nav/nav_meetings.gif);}
#weddings{width:97px;height:37px;  background:url(/includes/images/nav/nav_weddings.gif);}
#leisure{width:75px;height:37px;  background:url(/includes/images/nav/nav_leisure.gif);}
#golf{width:55px;height:37px;  background:url(/includes/images/nav/nav_golf.gif);}
#specialoffers{width:127px;height:37px;  background:url(/includes/images/nav/nav_specialoffers.gif);}
#contactus{width:111px;height:37px;  background:url(/includes/images/nav/nav_contactus.gif);}