@charset "utf-8";
/* CSS Document */


.nav_home a{
	text-indent:-9999999px;
	margin-left:0px;
	background: url(../gfx/navigation/home.gif) no-repeat top left;
	width:40px;
	height:38px;
	display:block;
	float:left;
}

.nav_about a{
	text-indent:-9999999px;
	margin-left:0px;
	background: url(../gfx/navigation/about.gif) no-repeat top left;
	width:28px;
	height:38px;
	display:block;
	float:left;
}

.nav_floorplans a{
	text-indent:-9999999px;
	margin-left:0px;
	background: url(../gfx/navigation/floorplans.gif) no-repeat top left;
	width:28px;
	height:38px;
	display:block;
	float:left;
}

.nav_gallery a{
	text-indent:-9999999px;
	margin-left:0px;
	background: url(../gfx/navigation/gallery.gif) no-repeat top left;
	width:40px;
	height:38px;
	display:block;
	float:left;
}

.nav_sermons a{
	text-indent:-9999999px;
	margin-left:0px;
	background: url(../gfx/navigation/sermons.gif) no-repeat top left;
	width:40px;
	height:38px;
	display:block;
	float:left;
}

.nav_testimonials a{
	text-indent:-9999999px;
	margin-left:0px;
	background: url(../gfx/navigation/testimonials.gif) no-repeat top left;
	width:31px;
	height:38px;
	display:block;
	float:left;
}

.nav_contact a{
	text-indent:-9999999px;
	margin-left:0px;
	background: url(../gfx/navigation/contact.gif) no-repeat top left;
	width:44px;
	height:38px;
	display:block;
	float:left;
}

.nav_home a:hover{
	background-position:left -38px;
}
.nav_about a:hover{
	background-position:left -38px;
}
.nav_floorplans a:hover{
	background-position:left -38px;
}
.nav_sermons a:hover{
	background-position:left -38px;
}
.nav_gallery a:hover{
	background-position:left -38px;
}
.nav_testimonials a:hover{
	background-position:left -38px;
}
.nav_contact a:hover{
	background-position:left -38px;
}


