/* ================================================================ 
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.
=================================================================== */
.nav {
width:760px;
font: bold 14px/24px arial,helvetica,verdana,sans-serif;
letter-spacing:-1px;
position:relative; z-index:100;
color:#FFF;
margin:0 auto; padding:0;
background: url(/img/nav-bottom-border.png) repeat-x bottom left;
display: inline-block;
height: 25px;
}

/* remove all the bullets, borders and padding from the default list styling */
.nav ul {
padding:0;
margin-left:10px;
list-style-type:none;
}
.nav ul ul {
width:105px;
margin:0px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.nav li {
float:left;
position:relative;
}


/* style the links for the top level */
.nav a, .nav a:visited {
display:block;
font: bold 14px/21px arial,sans-serif;
letter-spacing:-1px;
text-decoration:none;
color:#5DA356;
border:0px solid #000;
border-width:1px 1px 0 0;
border:0;
padding: 2px 8px;
margin-left: 3px;
}


.nav a.selected { color:#fff; background:#000; }

/*
.nav a#nav-home { width:65px; }
.nav a#nav-event { width:55px; }
.nav a#nav-lesarcs { width:80px; }
.nav a#nav-packages { width:80px; }
.nav a#nav-extras { width:65px; }
.nav a#nav-book { width:90px; float:right; }
*/

/* a hack so that IE5.5 faulty box model is corrected */
* html .nav a, * html .nav a:visited {

}

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

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

/* style the second level links */
.nav ul ul a, .nav ul ul a:visited {
background:#FFF;
color:#000; 
height:auto; 
line-height:1em;
padding:5px 10px; 
width:125px;
font:12px verdana,helvetica,arial,sans-serif normal;
border-width:0 1px 0 1px;
border-style:solid;
border-color:#ccc;
/* yet another hack for IE5.5 */
}
.nav ul ul a.lastlink { border-bottom-width:1px; }
* html .nav ul ul a{
width:125px;
w\idth:125px;
}


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

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


.nav li#nav-booking-login{ float: right;  }
.nav li#nav-booking-login a { background: #000; color: #fff; width: 180px; }