a.getinvolved {
	display: block;
	width: 138px;
	height: 43px;
	background: url("../images/nav/getinvolved_button.jpg") 0 0 no-repeat;
	text-decoration: none;
	float: left;
}

a:hover.getinvolved {
	background-position: 0 -44px;
}


/* -------------------------------------------------------------------*/


a.ourpurpose {
	display: block;
	width: 138px;
	height: 43px;
	background: url("../images/nav/ourpurpose_button.jpg") 0 0 no-repeat;
	text-decoration: none;
	float: left;
}

a:hover.ourpurpose {
	background-position: 0 -44px;
}
      

/* -------------------------------------------------------------------*/


a.gallery {
	display: block;
	width: 90px;
	height: 43px;
	background: url("../images/nav/gallery_button.jpg") 0 0 no-repeat;
	text-decoration: none;
	float: left;
}

a:hover.gallery {
	background-position: 0 -44px;
}


/* -------------------------------------------------------------------*/



a.programguide {
	display: block;
	width: 160px;
	height: 43px;
	background: url("../images/nav/programguide_button.jpg") 0 0 no-repeat;
	text-decoration: none;
	float: left;
}

a:hover.programguide {
	background-position: 0 -44px;
}


/* -------------------------------------------------------------------*/


a.ourhistory {
	display: block;
	width: 129px;
	height: 43px;
	background: url("../images/nav/ourhistory_button.jpg") 0 0 no-repeat;
	text-decoration: none;
	float: left;
}

a:hover.ourhistory {
	background-position: 0 -44px;
}



/* -------------------------------------------------------------------*/



a.contactus {
	display: block;
	width: 128px;
	height: 43px;
	background: url("../images/nav/contactus_button.jpg") 0 0 no-repeat;
	text-decoration: none;
	float: left;
}

a:hover.contactus {
	background-position: 0 -44px;
}

/* ------------------------------------------------------------------ */

#selected{
	background-position: 0px -88px;
}
