#nav_container {
	margin: 0;
	padding: 0;
	height: 140px;
	z-index: 9999;
	font-size:9pt;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 9999;
}

#nav a {
	display: block;
}

#nav li { /* all list items */
	width: 144px;
	float: left;
	text-align: left;
	position:relative;
	z-index: 9999;
}

#nav li ul { /* second-level lists */
	display: none;
	width: auto;
	white-space:nowrap;
	position: absolute;
	top: 140px;
	left: 0;
	background: #cccccc;
	border-top: #666666 solid 1px;
	z-index: 9999;
}

#nav li ul li {
	display: block;
	width: 100%;
	text-align: left;
	margin-top: -1px;
	overflow: hidden;
	z-index: 9999;
}

#nav li ul li a {
	display: block;
	width: 112px;
	border: #4F3324 solid 1px;
	padding: 4px 15px 4px 15px; 
	background: #8C734A;
	color: #FFFFFF; 
	text-decoration: none;
}

#nav li ul li a:hover {
	background: #8C734A url(../images/menu_bg.gif) repeat-x bottom left;
	text-decoration: none;
}

#nav_btn_promotions { width: 144px; height: 140px; }
#nav_btn_membership { width: 144px; height: 140px }
#nav_btn_room { width: 144px; height: 140px }
#nav_btn_dining { width: 144px; height: 140px }
#nav_btn_entertainment { width: 144px; height: 140px }
#nav_btn_event { width: 144px; height: 140px }
#nav_btn_about { width: 144px; height: 140px }

