/* Navigation Main
------------------------------*/
.nWrapper {
z-index: 1000;
width: 908px;
height: 42px;
margin: 0 auto;
border-top: 1px solid #131313;
border-right: 1px solid #131313;
border-left: 1px solid #131313;
background: url("../_images/nav_bg.gif") top left repeat-x;
}

ul#nav { z-index: 2000;}

#nav li { /* all list items */
float: left;
position: relative;
}

#nav li a 				{ display: block ; height: 42px; text-decoration: none; }
#nav li a span 			{ display: none; }

#nav li a.btn_home		{ width: 91px; background: url("../_images/btn_home.gif") top left no-repeat; }
#nav li a.btn_about		{ width: 79px; background: url("../_images/btn_about.gif") top left no-repeat; }
#nav li a.btn_tours		{ width: 77px; background: url("../_images/btn_tours.gif") top left no-repeat; }
#nav li a.btn_desti		{ width: 123px; background: url("../_images/btn_destinations.gif") top left no-repeat; }
#nav li a.btn_sights	{ width: 163px; background: url("../_images/btn_sights.gif") top left no-repeat; }
#nav li a.btn_accom		{ width: 146px; background: url("../_images/btn_accomm.gif") top left no-repeat; }
#nav li a.btn_news		{ width: 109px; background: url("../_images/btn_newsletter.gif") top left no-repeat; }
#nav li a.btn_contact	{ width: 120px; background: url("../_images/btn_contact.gif") top left no-repeat; }

#nav li a:hover			{ background-position: bottom; }

body#home a.btn_home,
body#about a.btn_about,
body#tours a.btn_tours,
body#destinations a.btn_desti,
body#sightsactivities a.btn_sights,
body#accommodation a.btn_accom,
body#newsletter a.btn_news,
body#contact a.btn_contact { background-position: bottom; }



#nav, #nav ul { /* all lists */
padding: 0;
margin: 0;
list-style: none;
line-height: 1;
}

#nav li ul li a span { display: block; padding: 5px 0 0 5px; }

#nav li ul li a {
display: block;
width: 180px;
height:21px;
background: url("../_images/navigation/sub_bg_left.gif") bottom repeat-x;
border-left: 5px solid #111;
border-bottom: 1px solid #111;
color: #fff;
text-align: left;
font-size: 1em;
line-height: 1;
}

* html #nav ul			{ line-height: 0; } /* IE6 "fix" */
#nav ul a						{ zoom: 1; } /* IE6/7 fix */

#nav li ul li a:hover {
background: url("../_images/navigation/sub_bg_over.gif") bottom repeat-x;
border-left: 5px solid #222;
border-bottom: 1px solid #222;
color: #fefe00;
}

#nav ul {
margin: 0 0 0 0;
}

#nav ul li {
margin: 0;
padding: 0;
}

#nav li ul { /* second-level lists */
position: absolute;
width: 10em;
left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
margin: -28px 0 0 227px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
left: auto;
}
