/* ================================================================ 
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:780px; height:25px;
font: bold 14px/25px arial,helvetica,verdana,sans-serif;
letter-spacing:-1px;
position:relative; z-index:100;
background-color:#B0A99B; color:#f5e6c5;
margin:0 auto; padding:0;
}
/* remove all the bullets, borders and padding from the default list styling */
.nav ul {
padding:0;
margin:0;
list-style-type:none;
}
.nav ul ul {
width:105px;
}
/* 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/25px arial,sans-serif;
letter-spacing:-1px;
text-decoration:none;
color:#F5E6C5;
background-color:#B0A99B;
width:60px;
height:25px; 
border:0px solid #000;
border-width:1px 1px 0 0;
border:0;
}

.nav a span {display:none;}
.nav a#nav-home { width:41px; height:25px; background: #B0A99B url(/img/nav_home.png) 0 0 no-repeat; margin:0 24px 0 20px; }
.nav a#nav-home:hover {background-position: 0 -25px;}
.nav a#nav-event { width:45px; height:25px; background: #B0A99B url(/img/nav_event.png) 0 0 no-repeat; margin:0 25px 0 0; }
.nav a#nav-event:hover {background-position: 0 -25px;}
.nav a#nav-book { width:81px; height:25px; background: #B0A99B url(/img/nav_booknow.png) 0 0 no-repeat; margin:0 25px 0 0; }
.nav a#nav-book:hover {background-position: 0 -25px;}
.nav a#nav-newquay { width:68px; height:25px; background: #B0A99B url(/img/nav_newquay.png) 0 0 no-repeat; margin:0 25px 0 0; }
.nav a#nav-newquay:hover {background-position: 0 -25px;}
.nav a#nav-packages { width:76px; height:25px; background: #B0A99B url(/img/nav_packages.png) 0 0 no-repeat; margin:0 22px 0 0; }
.nav a#nav-packages:hover {background-position: 0 -25px;}
.nav a#nav-extras { width:58px; height:25px; background: #B0A99B url(/img/nav_extras.png) 0 0 no-repeat; margin:0 184px 0 0; }
.nav a#nav-extras:hover {background-position: 0 -25px;}
.nav a#nav-tntmag { width:66px; height:25px; background: #B0A99B url(/img/nav_tntmag.png) 0 0 no-repeat; margin:0; }
.nav a#nav-tntmag:hover {background-position: 0 -25px;}

/* a hack so that IE5.5 faulty box model is corrected */
* html .nav a, * html .nav a:visited {
width:60px;
w\idth:60px;
}

/* 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:25px;
left:0;
width:125px;
}
/* another hack for IE5.5 */
* html .nav ul ul {
top:25px;
t\op:25px;
}

/* 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:#B0A99B;
color:#f5e6c5;
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:#f5e6c5;
background:#6c5634;
}
.nav :hover > a, .nav ul ul :hover > a {
color:#f5e6c5;
background:#6c5634;
}

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