#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	border:0; 
	text-align:center;
	position:relative;
	height:15px;
}

#nav  {
	float:center; height:15px; 
}

#nav a, #drop a:visited { 
	display: block;
}

#nav li { 
	float:left;
	display:block; 
}

#nav li ul {
	width:850px;
	position: absolute;
	z-index:200;
	display:none;
}

#nav li ul li {
	padding: 3px;
	margin-top:0px;
	display:inline;
}

#nav li ul li a{
	font-size:10px;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:1px 3px;
	height:15px;
}

#nav a:hover {
	color:#FFFFFF;
	background-color:#6D4126;
}
#nav li:hover ul, #nav li.sfhover ul {
	display:block;
}

/* adjust based on real menu items. use left: -xxx instead of right xxx for consistency */
/* position is left from bottom left corner of containing LI not the UL */

#offer_sub_nav{
	left:30px;
}

#facilities_sub_nav{
	left:0px;
}

#calendar_sub_nav{
	left:0px;
}

#history_sub_nav{
	left:-150px;
}
