
#nav-header {
	width: 155px;
	height: 33px
}

#nav {
	width: 155px;

}

#nav div a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: -2000em;
	text-decoration: none;
}

div.nav-home {
	float: left;
	width: 155px;
	height: 20px;
	margin: 0;
	background: url(../nav-images/home.gif) 0 -21px no-repeat;
}

div.nav-home a {
	background: url(../nav-images/home.gif) top left no-repeat;
}

div.nav-vendors {
	float: left;
	width: 155px;
	height: 20px;
	margin: 0;
	background: url(../nav-images/vendors.gif) 0 -21px no-repeat;
}

div.nav-vendors a {
	background: url(../nav-images/vendors.gif) top left no-repeat;
}

div.nav-entertainers {
	float: left;
	width: 155px;
	height: 20px;
	margin: 0;
	background: url(../nav-images/entertainers.gif) 0 -21px no-repeat;
}

div.nav-entertainers a {
	background: url(../nav-images/entertainers.gif) top left no-repeat;
}


div.nav-links {
	float: left;
	width: 155px;
	height: 20px;
	margin: 0;
	background: url(../nav-images/links.gif) 0 -21px no-repeat;
}


div.nav-links a {
	background: url(../nav-images/links.gif) top left no-repeat;
}


div.nav-gallery {
	float: left;
	width: 155px;
	height: 20px;
	margin: 0;
	background: url(../nav-images/gallery.gif) 0 -21px no-repeat;
}

div.nav-gallery a {
	background: url(../nav-images/gallery.gif) top left no-repeat;
}

div.nav-recipes {
	float: left;
	width: 155px;
	height: 20px;
	margin: 0;
	background: url(../nav-images/recipes.gif) 0 -21px no-repeat;
}

div.nav-recipes a {
	background: url(../nav-images/recipes.gif) top left no-repeat;
}

div.nav-locations {
	float: left;
	width: 155px;
	height: 20px;
	margin: 0;
	background: url(../nav-images/locations.gif) 0 -21px no-repeat;
}

div.nav-locations a {
	background: url(../nav-images/locations.gif) top left no-repeat;
}

div.nav-contact {
	float: left;
	width: 155px;
	height: 21px;
	margin: 0;
	background: url(../nav-images/contact.gif) 0 -21px no-repeat;
}

div.nav-contact a {
	background: url(../nav-images/contact.gif) top left no-repeat;
}

div.nav-home span, div.nav-vendors span, div.nav-entertainers span, div.nav-links span, div.nav-gallery span, div.nav-recipes span, div.nav-locations span, div.nav-contact span {
	display: block;
	margin: 0;
	padding: 0
}

div.nav-home a:hover, body.nav-home div.nav-home a, div.nav-vendors a:hover, body.nav-vendors div.nav-vendors a, div.nav-entertainers a:hover, body.nav-entertainers div.nav-entertainers a, div.nav-links a:hover, body.nav-links div.nav-links a, div.nav-gallery  a:hover, body.nav-gallery div.nav-gallery a, div.nav-recipes a:hover, body.nav-recipes div.nav-recipes a, div.nav-locations a:hover, body.nav-locations div.nav-locations a, div.nav-contact a:hover, body.nav-contact div.nav-contact a 
{
	background-image: none
}

#nav-footer {
	width: 155px;
	height: 26px;
	float: left;
}

