#menu {
	list-style: none;
	padding: 0px;
	margin:0px;
	width: 1000px;
	height: 40px;
	background:none;
	position: relative;
	overflow:hidden;
}
#menu span {
	display: none;
	position: absolute;
	text-decoration:none
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
}
#menu a:hover span{
	display: block;
}
#menu .aboutus {
	width: 107px;
	height: 40px;
	background:url(../images/menu-aboutus.png) no-repeat;
	left: 0px;
	top: 0px;
}
#menu .aboutus span {
	width: 107px;
	height: 40px;
	background:url(../images/menu-aboutus-a.png) no-repeat;
	left: 0px;
	top: 0px;
}
#menu .ministries {
	width: 112px;
	height: 40px;
	background:url(../images/menu-ministries.jpg) no-repeat;
	left: 107px;
	top: 0px;
}
#menu .ministries span {
	width: 112px;
	height: 40px;
	background:url(../images/menu-ministries-a.jpg) no-repeat;
	left: 0px;
	top: 0px;
}
#menu .testimonies {
	width: 129px;
	height: 40px;
	background:url(../images/menu-testimonies.jpg) no-repeat;
	left: 219px;
	top: 0px;
}
#menu .testimonies span {
	width: 129px;
	height: 40px;
	background:url(../images/menu-testimonies-a.jpg) no-repeat;
	left: 0px;
	top: 0px;
}
#menu .daily-devotions {
	width: 227px;
	height: 40px;
	background:url(../images/menu-daily-devotions.jpg) no-repeat;
	left: 348px;
	top: 0px;
}
#menu .daily-devotions span {
	width: 227px;
	height: 40px;
	background:url(../images/menu-daily-devotions-a.jpg) no-repeat;
	left: 0px;
	top: 0px;
}
#menu .sermons {
	width: 104px;
	height: 40px;
	background:url(../images/menu-sermons.jpg) no-repeat;
	left: 575px;
	top: 0px;
}
#menu .sermons span {
	width: 104px;
	height: 40px;
	background:url(../images/menu-sermons-a.jpg) no-repeat;
	left: 0px;
	top: 0px;
}
#menu .prayer-request {
	width: 164px;
	height: 40px;
	background:url(../images/menu-prayer-request.jpg) no-repeat;
	left: 679px;
	top: 0px;
}
#menu .prayer-request span {
	width: 164px;
	height: 40px;
	background:url(../images/menu-prayer-request-a.jpg) no-repeat;
	left: 0px;
	top: 0px;
}
#menu .gallery {
	width: 157px;
	height: 40px;
	background:url(../images/menu-gallery.png) no-repeat;
	left: 843px;
	top: 0px;
}
#menu .gallery span {
	width: 157px;
	height: 40px;
	background:url(../images/menu-gallery-a.png) no-repeat;
	left: 0px;
	top: 0px;
}