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

#container {
	position: relative;
}

#top_nav {
	padding-top: 5px;
	height: 21px;
}

#top_nav a {
	display:inline-block;
	padding:0px 3px 0px 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #032F56;
	text-decoration: none;
	font-weight: bold;
}

#top_nav a:hover {
	color: #599A34;
}

.sub_nav {
	display: none;
	background-color: white;
	width:150px;
	top:100px;
	padding:0px;
	z-index:10;
	position: absolute;
}

#top_nav .sub_nav a {
	display:block;
	padding:5px 20px 5px 5px;
	text-align: left;
}

#sub_nav_camps {
	left: 329px;
}

#sub_nav_about {
	left: 460px;
}

#sub_nav_members {
	left: 549px;
}

#sub_nav_business {
	left: 691px;
}
.thrColFixHdr #wrapper #container #homepage-sponsors a {
	text-align: center;
	margin: 0px;
}
