/* Rollover */

a.nav_home {
	display: block;
	width: 72px;
	height: 46px;
	text-decoration: none;
	background: url("../images/menu_home.png") no-repeat;
}

a.nav_home:hover {
	background-position: -150px 0;
	background: url("../images/menu_home_on.png") no-repeat;
}

a.nav_about {
	display: block;
	width: 144px;
	height: 46px;
	text-decoration: none;
	background: url("../images/menu_about.png") no-repeat;
}

a.nav_about:hover {
	background-position: -150px 0;
	background: url("../images/menu_about_on.png") no-repeat;
}

a.nav_boys {
	display: block;
	width: 198px;
	height: 46px;
	text-decoration: none;
	background: url("../images/menu_boys.png") no-repeat;
}

a.nav_boys:hover {
	background-position: -150px 0;
	background: url("../images/menu_boys_on.png") no-repeat;
}

a.nav_girls {
	display: block;
	width: 206px;
	height: 46px;
	text-decoration: none;
	background: url("../images/menu_girls.png") no-repeat;
}

a.nav_girls:hover {
	background-position: -150px 0;
	background: url("../images/menu_girls_on.png") no-repeat;
}

a.nav_faqs {
	display: block;
	width: 110px;
	height: 46px;
	text-decoration: none;
	background: url("../images/menu_faqs.png") no-repeat;
}

a.nav_faqs:hover {
	background-position: -150px 0;
	background: url("../images/menu_faqs_on.png") no-repeat;
}

a.nav_donate {
	display: block;
	width: 116px;
	height: 46px;
	text-decoration: none;
	background: url("../images/menu_donate.png") no-repeat;
}

a.nav_donate:hover {
	background-position: -150px 0;
	background: url("../images/menu_donate_on.png") no-repeat;
}

a.nav_contact {
	display: block;
	width: 78px;
	height: 46px;
	text-decoration: none;
	background: url("../images/menu_contact.png") no-repeat;
}

a.nav_contact:hover {
	background-position: -150px 0;
	background: url("../images/menu_contact_on.png") no-repeat;
}


/* Rollover 2 */

a.nav_home2 {
	display: block;
	width: 72px;
	height: 46px;
	text-decoration: none;
	background: url("../images/menu_home_on.png") no-repeat;
}

a.nav_home2:hover {
	background-position: -150px 0;
	background: url("../images/menu_home_on.png") no-repeat;
}

a.nav_about2 {
	display: block;
	width: 144px;
	height: 46px;
	text-decoration: none;
	background: url("../images/menu_about_on.png") no-repeat;
}

a.nav_about2:hover {
	background-position: -150px 0;
	background: url("../images/menu_about_on.png") no-repeat;
}

a.nav_boys2 {
	display: block;
	width: 198px;
	height: 46px;
	text-decoration: none;
	background: url("../images/menu_boys_on.png") no-repeat;
}

a.nav_boys2:hover {
	background-position: -150px 0;
	background: url("../images/menu_boys_on.png") no-repeat;
}

a.nav_girls2 {
	display: block;
	width: 206px;
	height: 46px;
	text-decoration: none;
	background: url("../images/menu_girls_on.png") no-repeat;
}

a.nav_girls2:hover {
	background-position: -150px 0;
	background: url("../images/menu_girls_on.png") no-repeat;
}

a.nav_faqs2 {
	display: block;
	width: 110px;
	height: 46px;
	text-decoration: none;
	background: url("../images/menu_faqs_on.png") no-repeat;
}

a.nav_faqs2:hover {
	background-position: -150px 0;
	background: url("../images/menu_faqs_on.png") no-repeat;
}

a.nav_donate2 {
	display: block;
	width: 116px;
	height: 46px;
	text-decoration: none;
	background: url("../images/menu_donate_on.png") no-repeat;
}

a.nav_donate2:hover {
	background-position: -150px 0;
	background: url("../images/menu_donate_on.png") no-repeat;
}

a.nav_contact2 {
	display: block;
	width: 78px;
	height: 46px;
	text-decoration: none;
	background: url("../images/menu_contact_on.png") no-repeat;
}

a.nav_contact2:hover {
	background-position: -150px 0;
	background: url("../images/menu_contact_on.png") no-repeat;
}