<!--
.style1 {color: black}
.nav{
font-size: 3px;
line-height:3px;
border-width: 0px;
text-decoration: none;
}

a.aboutus {
	display:block;
	
    width: 150px;
    height: 29px;
    background: url("/images/buttons.png") 0 0 no-repeat;
}
 
a:hover.aboutus {
    background-position: -300px 0;
}

a.recent {
	display:block;
    width: 150px;
    height: 29px;
    background: url("/images/buttons.png") 0 0 no-repeat;
	background-position: -150px 0;
}
a:hover.recent {
    background-position: -450px 0;
	border-width: 0px;
}
a.visit {
	display:block;
    width: 150px;
    height: 15px;
    background: url("/images/buttons.png") 0 0 no-repeat;
	background-position: 0px -29px;
}
 
a:hover.visit {
    background-position: 0 -44px;
	border-width: 0px;
}
a.links {
	display:block;
    width: 150px;
    height: 15px;
    background: url("/images/buttons.png") 0 0 no-repeat;
	background-position: -150px -29px;
}
 
a:hover.links {
    background-position: -150px -44px;
	border-width: 0px;
}
a.ministries {
	display:block;
    width: 150px;
    height: 15px;
    background: url("/images/buttons.png") 0 0 no-repeat;
	background-position: -300px -29px;
}
 
a:hover.ministries {
    background-position: -300px -44px;
	border-width: 0px;
}a.home {
	display:block;
    width: 150px;
    height: 15px;
    background: url("/images/buttons.png") 0 0 no-repeat;
	background-position: -450px -29px;
}
a:hover.home {
    background-position: -450px -44px;
	border-width: 0px;
	
}

a.calendar {
	display:block;
    width: 150px;
    height: 15px;
    background: url("/images/buttons.png") 0 0 no-repeat;
	background-position: -0px -59px;
}
a:hover.calendar {
    background-position: -150px -59px;
	border-width: 0px;
	
}



-->
