/* NAV */
#nav {
	width: 100%;
	height: 50px;
}

#nav_content {
	width: 806px;
	height: 50px;
}

#nav a {
	display: block;
}

#nav_content a {
	display: block;
}

/* SELECT */
#select {
	float: left;
	width: 94px;
	height: 50px;
	background-image: url(../images/site_images/nav/select_off.png);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	margin: 0px;
	padding: 0px;
	border: 0;
}

/* HIGH SCHOOL */
#high_school {
	float: left;
	width: 144px;
	height: 50px;
	background-image: url(../images/site_images/nav/hs_off.png);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	margin: 0px;
	padding: 0px;
	border: 0;
}

/* NEWS */
#news {
	float: left;
	width: 81px;
	height: 50px;
	background-image: url(../images/site_images/nav/news_off.png);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

/* INFO */
#info {
	float: left;
	width: 73px;
	height: 50px;
	background-image: url(../images/site_images/nav/info_off.png);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

/* CALENDAR */
#calendar {
	float: left;
	width: 118px;
	height: 50px;
	background-image: url(../images/site_images/nav/calendar_off.png);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

/* LINKS */
#links {
	float: left;
	width: 82px;
	height: 50px;
	background-image: url(../images/site_images/nav/links_off.png);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

/* CONTACT */
#contact {
	float: left;
	width: 108px;
	height: 50px;
	background-image: url(../images/site_images/nav/contact_off.png);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}

/* DONATE */
#donate {
	float: left;
	width: 106px;
	height: 50px;
	background-image: url(../images/site_images/nav/donate_off.png);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}