#home {
	background-image: url(images/menu/home.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 40px;
	width: 97px;
}
#home:hover {
	background-position: 0px -40px;
}
#home span {
	display: none;
}
#membership {
	background-image: url(images/menu/membership.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 40px;
	width: 151px;
}
#membership:hover {
	background-position: 0px -40px;
}
#membership span {
	display: none;
}
#officers {
	background-image: url(images/menu/officers.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 40px;
	width: 113px;
}
#officers:hover {
	background-position: 0px -40px;
}
#officers span {
	display: none;
}
#activities {
	background-image: url(images/menu/activities.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 40px;
	width: 122px;
}
#activities:hover {
	background-position: 0px -40px;
}
#activities span {
	display: none;
}
#forms {
	background-image: url(images/menu/forms.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 40px;
	width: 105px;
}
#forms:hover {
	background-position: 0px -40px;
}
#forms span {
	display: none;
}

