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


/* style the dropdown menus */
.dmenu {
/*display: none; /* REQUIRED dont display them to begin with */
left:-999em;
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:39px 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;
text-align: left; /* just in case */
}


ul#tabbar { list-style:none; margin:1px 0px 0px; padding:0px; }
ul#tabbar li { float:left; margin:0px; padding:0; }
ul#tabbar li a { 
	float:left;
	height:50px;
	display:block;
	vertical-align:middle;
	color:#fff9af;
	text-decoration:none;
	text-align:center;
	font-size:14px;
	font-family:"Verdana";
	font-weight:bold;
	line-height:50px;	
	letter-spacing:1px;
	margin-right:1px;
	padding-left:2px;
 }

ul#tabbar li.last a {margin-right:0px; }
 
 
#front_page_tab { width:109px;background:url(../images/menu/home.jpg) no-repeat; }
#fishing_tab { width:119px;background:url(../images/menu/fishing.jpg) no-repeat; }
#bear_hunting_tab { width:147px;background:url(../images/menu/photo-gallery.jpg) no-repeat; }
#deer_hunting_tab { width:127px;background:url(../images/menu/hunting.jpg) no-repeat; }
#rates_tab { width:111px;background:url(../images/menu/rates.jpg) no-repeat; }
#photo_gallery_tab { width:173px;background:url(../images/menu/photo-gallery.jpg) no-repeat; }
#contact_us_tab { width:147px;background:url(../images/menu/contact-us.jpg) 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 23px 0px 23px;
	color:#3f382b;
	text-decoration:none;
	vertical-align:middle;
	float:none;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	height:30px;
	line-height:30px;
	text-transform: uppercase;
}
div#menu div.dmenu ul li.page_item a:hover, div#menu div.dmenu ul li.current_page_item a {
	text-decoration:underline;	
}


ul#tabbar li a:hover { text-decoration:underline;  }

ul#tabbar li.tabselected a { text-decoration:underline; }

