@charset "utf-8";
/* CSS Document */

#menuBar {
	width:750px;
	height:30px;
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;


	display: inline;
	float: left;


	border: 2px solid #000;
}
#menuBar ul {
	font-family: Arial, Helvetica, sans-serif;
	color: #00CCFF;
	list-style: none;
	top: 0px;
	left: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#menuBar  li  {
		width:250px;
	height:30px;
	font-size: 14px;
	color: #FFFF00;
	float: left;
	background-image: url(../newSite/images/Longhunters_buttons_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	top: 0px;
	left: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#menuBar a {
	text-align:center;
	width:250px;
	height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFF;
	display: block;
/*	background-image: url(../newSite/images/Longhunters_buttons_01.gif);*/
	background-repeat: no-repeat;
	background-position: right top;
	left: 0px;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
	font-weight: bold;
}
#menuBar #current          {
	text-align:center;
	width:250px;
	height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FC0;
	float: left;
/*	background-image: url(../newSite/images/lgHntrs_aboutUs.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
	top: 0px;
	left: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#menuBar #current a {
	font-family: Arial, Helvetica, sans-serif;
	width:250px;
	height:30px;
	font-size: 14;
	color: #FFCB4B;
	display: block;
/*	background-image: url(images/menuImages/Navbar_rgt_current.png);*/
	background-repeat: no-repeat;
	background-position: right top;
	left: 0px;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;

}
#menuBar li:hover {
	background-position:0% 0px;
	color: #FF0;
/*	background-image: url(images/menuImages/Navbar_lft_hover.png);*/
  }
#menuBar li:hover a {
	background-position:100% 0px;
	color: #FF0;
/*	background-image: url(images/menuImages/Navbar_rgt_hover.png);*/
  }

