span.homebutton a {
	display: block;
	margin: 0; padding:0;
	width:150px; height:55px;
	text-decoration: none;
	background: url(images/home_button.png) top left no-repeat;
}

span.homebutton a:hover {
	display: block;
	margin: 0; padding:0;
	width:150px; height:55px;
	text-decoration: none;
	background: url(images/home_button.png) top left no-repeat;
	background-position: -150px 0px;
}

span.aboutbutton a {
	display: block;
	margin: 0; padding:0;
	width:150px; height:55px;
	text-decoration: none;
	background: url(images/about_button.png) top left no-repeat;
}

span.aboutbutton a:hover {
	display: block;
	margin: 0; padding:0;
	width:150px; height:55px;
	text-decoration: none;
	background: url(images/about_button.png) top left no-repeat;
	background-position: -150px 0px;
}

span.servicesbutton a {
	display: block;
	margin: 0; padding:0;
	width:150px; height:55px;
	text-decoration: none;
	background: url(images/services_button.png) top left no-repeat;
}

span.servicesbutton a:hover {
	display: block;
	margin: 0; padding:0;
	width:150px; height:55px;
	text-decoration: none;
	background: url(images/services_button.png) top left no-repeat;
	background-position: -150px 0px;
}

span.ratesbutton a {
	display: block;
	margin: 0; padding:0;
	width:150px; height:55px;
	text-decoration: none;
	background: url(images/rates_button.png) top left no-repeat;
}

span.ratesbutton a:hover {
	display: block;
	margin: 0; padding:0;
	width:150px; height:55px;
	text-decoration: none;
	background: url(images/rates_button.png) top left no-repeat;
	background-position: -150px 0px;
}

span.contactbutton a {
	display: block;
	margin: 0; padding:0;
	width:150px; height:55px;
	text-decoration: none;
	background: url(images/contact_button.png) top left no-repeat;
}

span.contactbutton a:hover {
	display: block;
	margin: 0; padding:0;
	width:150px; height:55px;
	text-decoration: none;
	background: url(images/contact_button.png) top left no-repeat;
	background-position: -150px 0px;
}

span.testimonialsbutton a {
	display: block;
	margin: 0; padding:0;
	width:150px; height:55px;
	text-decoration: none;
	background: url(images/testimonials_button.png) top left no-repeat;
}

span.testimonialsbutton a:hover {
	display: block;
	margin: 0; padding:0;
	width:150px; height:55px;
	text-decoration: none;
	background: url(images/testimonials_button.png) top left no-repeat;
	background-position: -150px 0px;
}