#divNav {
	float: left;
	height: 31px;
	width: 922px;
	padding: 0px;
	margin: 0px;
	background-color: #D5CFBF;
}

#multi-level {height:30px; position: relative; z-index:100;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0px; margin:0px; font-family:Verdana, Arial, Helvetica, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu li.top {
	float:left;
	display: block;
}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {float:left; height:31px;display:block;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {height:31px; width:190px; background:url(../images/golf_btnOn.gif) no-repeat;}
.menu li.p2 {height:31px; width:211px; background:url(../images/membership_btnOn.gif) no-repeat;}
.menu li.p3 {height:31px; width:254px; background:url(../images/weddings_banquets_btnOn.gif) no-repeat;}
.menu li.p4 {height:31px; width:266px; background:url(../images/special_btnOn.gif) no-repeat;}

/* set up the normal unhovered images in the links */
.menu li a#golf {height:31px; width:190px; background:url(../images/golf_btn.gif) no-repeat;}
.menu li a#membership {height:31px; width:211px; background:url(../images/membership_btn.gif) no-repeat;}
.menu li a#weddings_banquets {height:31px; width:254px; background:url(../images/weddings_banquets_btn.gif) no-repeat;}
.menu li a#specials {height:31px; width:266px; background:url(../images/special_btn.gif) no-repeat;}

/* selected images */
.menu li a#golf_selected {height:31px; width:190px; background:url(../images/golf_btnOn.gif) no-repeat;}
.menu li a#membership_selected {height:31px; width:211px; background:url(../images/membership_btnOn.gif) no-repeat;}
.menu li a#weddings_banquets_selected {height:31px; width:254px; background:url(../images/weddings_banquets_btnOn.gif) no-repeat;}
.menu li a#specials_selected {height:31px; width:266px; background:url(../images/special_btnOn.gif) no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover { position:relative; visibility:visible; z-index:200; } /* for IE6 */
.menu li:hover { position:relative; z-index:200; } /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#golf:hover, .menu li:hover a#golf,
.menu li a#golfselected:hover, .menu li:hover a#golfselected,
.menu li a#membershipselected:hover, .menu li:hover a#membershipselected,
.menu li a#membership:hover, .menu li:hover a#membership,
.menu li a#weddings_banquets:hover, .menu li:hover a#weddings_banquets,
.menu li a#weddings_banquetsselected:hover, .menu li:hover a#weddings_banquetsselected,
.menu li a#specials:hover, .menu li:hover a#special,
.menu li a#specialselected:hover, .menu li:hover a#specialselected {
	background:transparent;
}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul {position:absolute; left:-9999px; top:-9999px;}

/* this impacts the drop down menu background */
.menu :hover ul {
	left:0px;
	top:28px;
	white-space:nowrap;
	width:175px;
}
.menu :hover ul.sub  li,
.menu :hover ul.sub1 li,
.menu :hover ul.sub2 li {
	display:block;
	height:auto;
	position:relative;
	float:left;
	width:190px;
}
.menu :hover ul li a,
.menu :hover ul.sub1 li a,
.menu :hover ul.sub2 li a {
	display:block;
    font-size:13px;		/* this sets the drop-down menu text height */
	height:auto;
	width:190px;        /* this sets the drop-down menu item width */
	color:#303030;
	text-decoration:none;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.menu ul a,
.menu ul li.top ul li a,
.menu ul .top li ul li a,
.top li ul li a{

	display: block;
	padding: 4px 0px 2px 4px;
	background: none;
	background-color: white;
	color: #333E4A;
/*	font-family: "Times New Roman", Times, serif; */
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10.5pt;
	text-decoration: none;
	text-align: left;
	border-left: 1px solid #BDA257;
	border-right: 1px solid #BDA257;
	border-bottom: 1px solid #BDA257;
	filter: alpha(opacity=75);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75; opacity:0.75;
	height: 1%;

} 
.menu :hover ul li a:hover {
	background: none;
	background-color: #72879b;
	text-decoration: none;
	color: white;
}
.menu ul li ul
{
	margin: 0;
	margin-top: -28px;
	margin-left: 199px;
	list-style: none;
}

.menu :hover       ul.sub    li    a:hover,.menu :hover     ul.sub1   li   a:hover,.menu :hover   ul.sub2  li  a:hover {
	color:#304D61;
	text-decoration: underline;
}
.menu :hover     ul.sub   li   a.fly:hover,.menu :hover   ul.sub1  li  a.fly:hover,.menu :hover ul.sub2 li a.fly:hover {
	color:#304D61;
	text-decoration: underline;
}
.menu :hover ul li:hover > a.fly {
	color:#304D61;
	text-decoration: underline;
	background-color: #FFFFFF;
} 

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul {
	top:-4px;
	background:#ffffff;
	padding:0px 0px;
	width:255px;
	height:auto;
	z-index:300;
}
.space {
	padding-bottom: 5px;
}
