#nav {
	position:absolute;
	top:169px; left:0px;
	width:840px; height:32px;
	background:url(../images/nav_bg.gif) top no-repeat;
}

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

#nav a {display: block;}
#nav a.tall {height:32px;}

#nav li { /* all list items */
	float: left;
}
#nav #silverstar {width:136px; margin-left:56px; background:url(../images/buttons/silverstar.gif) no-repeat;}
#nav #lodge {width:148px; background:url(../images/buttons/lodge.gif) no-repeat;}
#nav #team {width:109px; background:url(../images/buttons/team.gif) no-repeat;}
#nav #whats-news {width:142px; background:url(../images/buttons/news.gif) no-repeat;}
#nav #contact {width:91px; background:url(../images/buttons/contact.gif) no-repeat;}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #000;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:0px;
	z-index:200; text-align:center;
}
#nav li ul.sub {width:120px;}

#nav li ul#sub_silverstar {width:120px; margin-left:12px;}
#nav li ul#sub_lodge {width:140px; margin-left:6px;}


#nav li ul#sub_silverstar a {width:112px;}
#nav li ul#sub_lodge a {width:132px;}


#nav li ul a { 
	font:1em verdana, arial, helvetica, sans-serif;
	text-decoration:none;
	color:#FFF;
	border-bottom:1px solid #FFF;
	padding:4px;
}


#nav li ul a:hover { 
	text-decoration:none;
	color:#DF7216;
	border-bottom:1px solid #FFF;
}

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

#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;
}
