@charset "utf-8";
/* CSS Document */

div#preloaded-images {
 display: none;
}
.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_about {
	background-image: url(../images/nav/nav_about.gif);
	width:90px;
	height:34px;
	z-index:+2;

}
#nav_about:hover {
	background-image: url(../images/nav/nav_about_f3.gif);
}

#nav_coaches {
	background-image: url(../images/nav/nav_coaches.gif);
	width:88px;
	height:34px;
}
#nav_coaches:hover {
	background-image: url(../images/nav/nav_coaches_f3.gif);
}

#nav_schedules {
	background-image: url(../images/nav/nav_schedules.gif);
	width:100px;
	height:34px;
}
#nav_schedules:hover {
	background-image: url(../images/nav/nav_schedules_f3.gif);
}

#nav_forms {
	background-image: url(../images/nav/nav_forms.gif);
	width:66px;
	height:34px;
}
#nav_forms:hover {
	background-image: url(../images/nav/nav_forms_f3.gif);
}

#nav_alumni {
	background-image: url(../images/nav/nav_alumni.gif);
	width:74px;
	height:34px;
}
#nav_alumni:hover {
	background-image: url(../images/nav/nav_alumni_f3.gif);
}

#nav_photos {
	background-image: url(../images/nav/nav_photos.gif);
	width:76px;
	height:34px;
}
#nav_photos:hover { background-image: url(../images/nav/nav_photos_f3.gif); }

#nav_links {
	background-image: url(../images/nav/nav_links.gif);
	width:60px;
	height:34px;
}
#nav_links:hover { background-image: url(../images/nav/nav_links_f3.gif); }

#nav_contact {
	background-image: url(../images/nav/nav_contact.gif);
	width:84px;
	height:34px;
}
#nav_contact:hover { background-image: url(../images/nav/nav_contact_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);
}
