@charset "utf-8";
/* CSS Document */

<style type="text/css">
#headerNav {
	width:900px;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#nav a {
	display: block;
	height:34px;
	text-indent:-9999px;
}
#nav1 a {
	width:194px;
	background:url(../images/nav/btn_eagle.jpg) 0 0 no-repeat;
}
#nav2 a {
	width:74px;
	background:url(../images/nav/btn_home.jpg) 0 0 no-repeat;
}
#nav3 a {
	width:124px;
	background:url(../images/nav/btn_board.jpg) 0 0 no-repeat;
}
#nav4 a {
	width:136px;
	background:url(../images/nav/btn_events.jpg) 0 0 no-repeat;
}
#nav5 a {
	width:146px;
	background:url(../images/nav/btn_news.jpg) 0 0 no-repeat;
}
#nav6 a {
	width:72px;
	background:url(../images/nav/btn_boats.jpg) 0 0 no-repeat;
}
#nav7 a {
	width:67px;
	background:url(../images/nav/btn_photos.jpg) 0 0 no-repeat;
}
#nav8 a {
	width:87px;
	background:url(../images/nav/btn_contact.jpg) 0 0 no-repeat;
}

#nav a:hover {
	background-position:0 -34px;
}

#nav li { /* all list items */
	float: left;
}
#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul li {
	float:none;
	}
	#nav li ul li ul {
	float:none;
	}
*html #nav li ul li {
	margin-top:-1px;
	border-top:1px solid #7878a1;
	}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li ul li a {
	display:block;
	height:34px;
	line-height:34px;
	color:#3f2823;
	background:#cccc66;
	font-weight:normal;
	text-decoration:none;
	font-size:13px;
	text-indent:10px;
	border-top:1px solid #181818;
}
#nav li ul li a:hover {
	background:#cccc66;
	color:#a1a1a1;
	text-indent:10px;
	}
#nav1 ul li a {
	width:146px;
}
#nav2 ul li a {
	width:146px;
}
#nav3 ul li a {
	width:146px;
}
#nav4 ul li a {
	width:200px;
}
#nav5 ul li a {
	width:225px;
}
#nav6 ul li a {
	width:146px;
}
#nav7 ul li a {
	width:146px;
}
#nav8 ul li a {
	width:146px;
}
</style>