@charset "utf-8";
/* CSS Document */


#Navigation {
	margin-top: 14px;
	margin-bottom: 8px;
	padding-left: 25px;
	text-align: center;
	width: 922px;
	height: 44px;
	background-image: url(../images/read_top_navigation.gif);
	background-repeat: no-repeat;
	float: left;
}

.NavHolder {
	margin-top: 5px;
	padding: 7px 8px 0 8px;
	width: auto;
	height: 21px;
	float: left;
}

#Home {
  display: block;
  width: 48px;
  height: 21px;
  background: url(../images/nav_home_top.gif) no-repeat 0 0;
}

#Home:hover { 
  background-position: 0 -21px;
}

#Home span {
  display: none;
}



#About {
  display: block;
  width: 72px;
  height: 21px;
  background: url(../images/nav_about_top.gif) no-repeat 0 0;
}

#About:hover { 
  background-position: 0 -21px;
}

#About span {
  display: none;
}



#Education {
  display: block;
  width: 139px;
  height: 21px;
  background: url(../images/nav_education_top.gif) no-repeat 0 0;
}

#Education:hover { 
  background-position: 0 -21px;
}

#Education span {
  display: none;
}



#School {
  display: block;
  width: 160px;
  height: 21px;
  background: url(../images/nav_school_top.gif) no-repeat 0 0;
}

#School:hover { 
  background-position: 0 -21px;
}

#School span {
  display: none;
}



#Humanitarian {
  display: block;
  width: 135px;
  height: 21px;
  background: url(../images/nav_humanitarian_top.gif) no-repeat 0 0;
}

#Humanitarian:hover { 
  background-position: 0 -21px;
}

#Humanitarian span {
  display: none;
}



#Charity {
  display: block;
  width: 95px;
  height: 21px;
  background: url(../images/nav_charity_top.gif) no-repeat 0 0;
}

#Charity:hover { 
  background-position: 0 -21px;
}

#Charity span {
  display: none;
}



#Donate {
  display: block;
  width: 57px;
  height: 21px;
  background: url(../images/nav_donate_top.gif) no-repeat 0 0;
}

#Donate:hover { 
  background-position: 0 -21px;
}

#Donate span {
  display: none;
}



#Partners {
  display: block;
  width: 65px;
  height: 21px;
  background: url(../images/nav_partners_top.gif) no-repeat 0 0;
}

#Partners:hover { 
  background-position: 0 -21px;
}

#Partners span {
  display: none;
}
