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

.navpartvert {
	display: block;
	overflow:hidden;
	text-indent: -200px;
	background-color: #4B7EA1;
	text-decoration:none;
}

.navparthor-home {
	display: block;
	overflow:hidden;
	text-indent: -200px;
	float:left;
	background-color: #4B7EA1;
	text-decoration:none;
}


.navparthor {
	display: block;
	overflow:hidden;
	text-indent: -200px;
	float:left;
	text-decoration:none;
}

#nav_home {
	background-image: url(../images/nav/nav_home.gif);
	width:57px;
	height:34px;
}
#nav_home:hover { background-image: url(../images/nav/nav_home_f3.gif); }


#nav_supporters {
	background-image: url(../images/nav/nav_support.gif);
	width:111px;
	height:34px;
}
#nav_supporters:hover {
	background-image: url(../images/nav/nav_support_f3.gif);
}

#nav_parents {
	background-image: url(../images/nav/nav_athletics.gif);
	width:96px;
	height:34px;
}
#nav_parents:hover {
	background-image: url(../images/nav/nav_athletics_f3.gif);
}

#nav_volunteers {
	background-image: url(../images/nav/nav_childcare.gif);
	width:104px;
	height:34px;
}
#nav_volunteers:hover {
	background-image: url(../images/nav/nav_childcare_f3.gif);
}

#nav_kids {
	background-image: url(../images/nav/nav_programs.gif);
	width:103px;
	height:34px;
}
#nav_kids:hover {
	background-image: url(../images/nav/nav_programs_f3.gif);
}

#nav_teens {
	background-image: url(../images/nav/nav_teens.gif);
	width:63px;
	height:34px;
}
#nav_teens:hover {
	background-image: url(../images/nav/nav_teens_f3.gif);
}

#nav_aboutus {
	background-image: url(../images/nav/nav_about.gif);
	width:86px;
	height:34px;
}
#nav_aboutus:hover { background-image: url(../images/nav/nav_about_f3.gif); }

#nav_newsletter {
	background-image: url(../images/nav/nav_news.gif);
	width:118px;
	height:95px;
}
#nav_newsletter:hover {
	background-image: url(../images/nav/nav_news_f3.gif);
}

#nav_news {
	background-image: url(../images/nav/nav_calendar.gif);
	width:118px;
	height:95px;
}
#nav_news:hover {
	background-image: url(../images/nav/nav_calendar_f3.gif);
}

#nav_events {
	background-image: url(../images/nav/nav_partners.gif);
	width:118px;
	height:95px;
}
#nav_events:hover {
	background-image: url(../images/nav/nav_partners_f3.gif);
}

#nav_sponsors {
	background-image: url(../images/nav/nav_volunteer.gif);
	width:118px;
	height:94px;
}
#nav_sponsors:hover {
	background-image: url(../images/nav/nav_volunteer_f3.gif);
}

#nav_findaclub {
	background-image: url(../images/nav/nav_join.gif);
	width:118px;
	height:94px;
}
#nav_findaclub:hover {
	background-image: url(../images/nav/nav_join_f3.gif);
}


#navb_newsletter {
	background-image:url(../images/nav/navb_news.gif);
	width:150px;
	height:91px;
}
#navb_newsletter:hover {
	background-image:url(../images/nav/navb_news_f3.gif);
}

#navb_news {
	background-image: url(../images/nav/navb_calendar.gif);
	width:150px;
	height:91px;
}
#navb_news:hover {
	background-image: url(../images/nav/navb_calendar_f3.gif);
}

#navb_events {
	background-image:url(../images/nav/navb_partners.gif);
	width:150px;
	height:91px;
}
#navb_events:hover {
	background-image:url(../images/nav/navb_partners_f3.gif);
}
	
#navb_sponsors {
	background-image: url(../images/nav/navb_volunteer.gif);
	width:150px;
	height:91px;
}
#navb_sponsors:hover {
	background-image: url(../images/nav/navb_volunteer_f3.gif);
}
	
#navb_findaclub {
	background-image: url(../images/nav/navb_join.gif);
	width:149px;
	height:91px;
}
#navb_findaclub:hover {
	background-image: url(../images/nav/navb_join_f3.gif);
}

