


	a:link {color: #000000; text-decoration: underline; }
	a:active {color: #fffff; text-decoration: underline; }
	a:visited {color: #00000; text-decoration: underline; }
	a:hover {color: #fffff; text-decoration: underline; }

a.dark:link { color: #ffffff; text-decoration: none }
a.dark:active { color: #000000; text-decoration: none }
a.dark:visited { color: #ffffff; text-decoration: none }
a.dark:hover { color: #000000; text-decoration: none }



.footer        { text-align: center; font-weight: bold; color: #ffffff; height: 70px;}	



#nav ul {
list-style: none;
margin: 0;
padding: 0;
}
#nav li {
list-style: none;
float: left;
padding: 0;
margin: 0;
}
#nav a {
display: block;
height: 74px; /* This assumes all your elements are the same height */
text-indent: -5000px;
overflow: hidden;
}
#nav a:hover {
background-image: url('none');
}

#home {
width: 200px;
background: url('images/btn_home.gif') no-repeat 0 -74px;
}
#home a {
background: url('images/btn_home.gif') no-repeat 0 0;
}

#services {
width: 200px;
background: url('images/btn_services_prices.gif') no-repeat 0 -74px;
}
#services a {
background: url('images/btn_services_prices.gif') no-repeat 0 0;
}

#faq {
width: 200px;
background: url('images/btn_faq.gif') no-repeat 0 -74px;
}
#faq a {
background: url('images/btn_faq.gif') no-repeat 0 0;
}

#dipping {
width: 200px;
background: url('images/btn_dipping_items.gif') no-repeat 0 -74px;
}
#dipping a {
background: url('images/btn_dipping_items.gif') no-repeat 0 0;
}

#photos {
width: 200px;
background: url('images/btn_photos.gif') no-repeat 0 -74px;
}
#photos a {
background: url('images/btn_photos.gif') no-repeat 0 0;
}

#testimonials {
width: 200px;
background: url('images/btn_testimonials.gif') no-repeat 0 -74px;
}
#testimonials a {
background: url('images/btn_testimonials.gif') no-repeat 0 0;
}

#about {
width: 200px;
background: url('images/btn_about_us.gif') no-repeat 0 -74px;
}
#about a {
background: url('images/btn_about_us.gif') no-repeat 0 0;
}

#contact {
width: 200px;
background: url('images/btn_contact.gif') no-repeat 0 -74px;
}
#contact a {
background: url('images/btn_contact.gif') no-repeat 0 0;
}