/* CSS Document */

#nav {
width: 146px;
display: inline;
float: left;
}

#nav ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

#nav li {
}

nav li#first {
}


#nav li a {
	display:block;
	text-decoration:none;
	width: 145px;
	height: 37px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav li a:hover {
background-position: 0 -37px;
background-color: transparent;
}
	
#nav li a:active {
background-position: 0 -74px;
	}
	
#nav-schedule {
background-image: url(../images/nav_show_schedules.gif);
}
#nav-directions {
background-image: url(../images/nav_directions_art_fair.gif);
}
#nav-coupon {
background-image: url(../images/nav_coupons_tickets.gif);
}
#nav-showcase {
background-image: url(../images/nav_showcases_fine_art.gif);
}
#nav-newsletter {
background-image: url(../images/nav_newsletter_fine_art.gif);
}
#nav-resources {
background-image: url(../images/nav_craft_resources_homemade.gif);
}
#nav-be-exhibitor {
background-image: url(../images/nav_become_exhibitor_artist.gif);
}
#nav-contact {
background-image: url(../images/nav_contact_sugarloaf_festivals.gif);
}
#nav-about {
background-image: url(../images/nav_about_sugarloaf_festival.gif);
}
#nav-employment {
background-image: url(../images/nav_employment_jobs_art_fair.gif);
}
#nav-links {
background-image: url(../images/nav_links_craft_stores_listing.gif);
}
#nav-pr {
background-image: url(../images/nav_public_relations_art.gif);
}
#nav-exhibitors-only {
background-image: url(../images/nav_exhibitors_artists_designers.gif);
}
#nav-home {
background-image: url(../images/nav_home_top_craft_show.gif);
}

#nav-sugarloaf-logo 
{
	display: block;
	width: 85px;
	height: 94px;
	background-image: url(../images/nav_sugarloaf_logo.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#nav-sugarloaf-logo:hover
{ 
  background-color: transparent;
		background-position: 0 -94px;
}

#nav-sugarloaf-logo:active
{ 
  background-color: transparent;
		background-position: 0 -188px;
}

#nav span
{
  display: none;
}