/* Nav CSS Document */

#footernav	{
	width: 450px;
	height: 30px;
	float: left;
	margin: 0 0 0 0;
	padding: 0px 0 0 0px;
	
}
#footernav ul {
	list-style: none;
}
#footernav li {
	float: left;
}
#footernav span {
	position: absolute;
	top: -9999px;
}

#lazy_grace	{
	width: 150px;
	height: 30px;
	float: right;
	margin: 0 0 0 0;
	padding: 0px 40px 0 0;
	
}
#lazy_grace ul {
	list-style: none;
}
#lazy_grace li {
	float: left;
}
#lazy_grace span {
	position: absolute;
	top: -9999px;
}

/* Home */
.footernav_home {
	width: 46px;
	height: 30px;
	background: url(../images/common/footer_nav.png) 0px 0px no-repeat;
	display: block;
}
/* About Us */
.footernav_about {
	width: 58px;
	height: 30px;
	background: url(../images/common/footer_nav.png) -46px 0px no-repeat;
	display: block;
}
/* Our Events */
.footernav_events {
	width: 67px;
	height: 30px;
	background: url(../images/common/footer_nav.png) -104px 0 no-repeat;
	display: block;
}
/* The Gallery */
.footernav_gallery {
	width: 68px;
	height: 30px;
	background: url(../images/common/footer_nav.png) -172px 0 no-repeat;
	display: block;
}
/* Our History */
.footernav_history {
	width: 71px;
	height: 30px;
	background: url(../images/common/footer_nav.png) -240px 0 no-repeat;
	display: block;
}
/* Useful Links */
.footernav_links {
	width: 73px;
	height: 30px;
	background: url(../images/common/footer_nav.png) -311px 0 no-repeat;
	display: block;
}
/* Contact */
.footernav_contact {
	width: 63px;
	height: 30px;
	background: url(../images/common/footer_nav.png) -384px 0 no-repeat;
	display: block;
}

/* Lazy Grace */
.lazy_grace {
	width: 150px;
	height: 30px;
	background: url(../images/common/lazy_grace.png) 0 0 no-repeat;
	display: block;
}

