@charset "UTF-8";
/* CSS Document */

img, #header ul li a { behavior: url(/_css/iepngfix.htc); }

#header ul {
	padding: 0px 0px 0px 266px;
	margin: 0px;
	border-top: 1px #87AACD solid;
	border-bottom: 1px #87AACD solid;
	height: 20px;
	list-style: none;
}

#header ul li {
	float: left;
	height: 20px;
	margin-left: -8px;
	padding: 0px;
}

#header ul li a { 
	display: block;
	height: 20px;
	margin: 0px;
	padding: 0px;
}

#header ul li#promo a {
	background: url(../_images/topnav-promo-off.png) top left no-repeat;
	width: 123px;
}
#header ul li#promo a:hover {
	background: url(../_images/topnav-promo-on.png) top left no-repeat;
}

#header ul li#events a {
	background: url(../_images/topnav-events-off.png) top left no-repeat;
	width: 143px;
}

#header ul li#events a:hover {
	background: url(../_images/topnav-events-on.png) top left no-repeat;
}

#header ul li#fundraiser a {
	background: url(../_images/topnav-store-off.png) top left no-repeat;
	width: 106px;
}

#header ul li#fundraiser a:hover {
	background: url(../_images/topnav-store-on.png) top left no-repeat;
}

#header ul li#camps a {
	background: url(../_images/topnav-camps-off.png) top left no-repeat;
	width: 75px;
}

#header ul li#camps a:hover {
	background: url(../_images/topnav-camps-on.png) top left no-repeat;
}

#header ul li#laxworld {
	float: right;
}

#header ul li#laxworld a {
	background: url(../_images/topnav-laxworld-off.png) top right no-repeat;
	width: 103px;
}

#header ul li#laxworld a:hover {
	background: url(../_images/topnav-laxworld-on.png) top right no-repeat;
}

#header ul li#contact {
	float: right;
}

#header ul li#contact a {
	background: url(../_images/topnav-contact-off.png) top right no-repeat;
	width: 82px;
}

#header ul li#contact a:hover {
	background: url(../_images/topnav-contact-on.png) top right no-repeat;
}

