@charset "utf-8";
/* CSS Document */


/* style the dropdown menus */
.dmenu {
display: none; /* REQUIRED dont display them to begin with */
position: absolute; /* REQUIRED enables javascript to position them below the right tab */
z-index: 100; /* REQUIRED makes sure they appear on top of other content on the page */
margin: 43px 0 0 0; /* display them 21px below the top of the tabs. this is a kind of average value for the height of the tabs, which seems to vary slightly between browsers */
padding: 0px; /* put some space around the contents */
float:none;
background:#A19E6E;
text-align: left; /* just in case */
}


ul#tabbar { list-style:none; margin:0px auto; padding:0px;width:705px;height:43px;background:url(../images/menu/menu-bg.gif) no-repeat; }
ul#tabbar li { float:left; margin:0px; padding:0; }
ul#tabbar li a { 
	float:left;
	height:43px;
	display:block;
	vertical-align:middle;
	color:transparent;
	text-decoration:none;
	padding:0px;
	text-align:center;
	line-height:43px;
 }
 
 ul#tabbar li a span { display:none; } 

ul#tabbar li a#front_page_tab { background:url(../images/menu/home.gif) no-repeat;width:58px;height:43px; }
ul#tabbar li a#about_us_tab { background:url(../images/menu/about_us.gif) no-repeat;width:83px;height:43px; }
ul#tabbar li a#accommodations_tab { background:url(../images/menu/accommodations.gif) no-repeat;width:124px;height:43px; }
ul#tabbar li a#rates_tab { background:url(../images/menu/rates.gif) no-repeat;width:53px;height:43px; }
ul#tabbar li a#fishing_tab { background:url(../images/menu/fishing.gif) no-repeat;width:72px;height:43px; }
ul#tabbar li a#location_tab { background:url(../images/menu/location.gif) no-repeat;width:78px;height:43px; }
ul#tabbar li a#rules_tab { background:url(../images/menu/rules.gif) no-repeat;width:58px;height:43px; }
ul#tabbar li a#gallery_tab { background:url(../images/menu/gallery.gif) no-repeat;width:67px;height:43px; }
ul#tabbar li a#contact_us_tab { background:url(../images/menu/contact.gif) no-repeat;width:112px;height:43px; }

ul#tabbar li a#front_page_tab:hover { background:url(../images/menu/home_over.gif) no-repeat;width:58px;height:43px; }
ul#tabbar li a#about_us_tab:hover { background:url(../images/menu/about_us_over.gif) no-repeat; }
ul#tabbar li a#accommodations_tab:hover { background:url(../images/menu/accommodations_over.gif) no-repeat; }
ul#tabbar li a#rates_tab:hover { background:url(../images/menu/rates_over.gif) no-repeat; }
ul#tabbar li a#fishing_tab:hover { background:url(../images/menu/fishing_over.gif) no-repeat; }
ul#tabbar li a#location_tab:hover { background:url(../images/menu/location_over.gif) no-repeat; }
ul#tabbar li a#rules_tab:hover { background:url(../images/menu/rules_over.gif) no-repeat; }
ul#tabbar li a#gallery_tab:hover { background:url(../images/menu/gallery_over.gif) no-repeat; }
ul#tabbar li a#contact_us_tab:hover { background:url(../images/menu/contact_over.gif) no-repeat; }

ul#tabbar li a span { display:none; }
ul#tabbar li a img { border:none; }

div#menu div.dmenu ul li.page_item ul { padding-left:10px; }

div#menu div.dmenu ul { margin:0px; padding:0px; }
div#menu div.dmenu ul li.page_item { float:none;list-style:none; }
div#menu div.dmenu ul li.page_item a {
	display:block;
	padding:0px 9px 0px 9px;
	color:#FFF;
	text-decoration:none;
	border-left:none;
	border-right:none;
	vertical-align:middle;
	float:none;
	font-size:15px;
	font-weight:normal;
	text-align:left;
	height:30px;
	line-height:30px;	
}
div#menu div.dmenu ul li.page_item a:hover, div#menu div.dmenu ul li.current_page_item a {
	background:#ca7724;
}

li.current_page_item a { color:#FFF; text-decoration:none; }

#accommodations_menu { width:125px; }