/* Home*/

.button-home {
	display: block;
	width: 133px;
	height: 70px;
	background: url("home-off.gif") 0 0 no-repeat;
}
a:hover.button-home {
	background: url("home-on.gif") 0 0 no-repeat;
}

/* About */

.button-about {
	display: block;
	width: 133px;
	height: 70px;
	background: url("about-off.gif") 0 0 no-repeat;
}
a:hover.button-about {
	background: url("about-on.gif") 0 0 no-repeat;
}

/* Services */

.button-services {
	display: block;
	width: 133px;
	height: 70px;
	background: url("services-off.gif") 0 0 no-repeat;
}
a:hover.button-services {
	background: url("services-on.gif") 0 0 no-repeat;
}

/* Portfolio */

.button-portfolio {
	display: block;
	width: 133px;
	height: 70px;
	background: url("portfolio-off.gif") 0 0 no-repeat;
}
a:hover.button-portfolio {
	background: url("portfolio-on.gif") 0 0 no-repeat;
}

/* FAQ */

.button-faq {
	display: block;
	width: 133px;
	height: 70px;
	background: url("faq-off.gif") 0 0 no-repeat;
}
a:hover.button-faq {
	background: url("faq-on.gif") 0 0 no-repeat;
}

/* Design Tips */

.button-tips {
	display: block;
	width: 133px;
	height: 70px;
	background: url("tips-off.gif") 0 0 no-repeat;
}
a:hover.button-tips {
	background: url("tips-on.gif") 0 0 no-repeat;
}

/* Healing Touches */

.button-healing {
	display: block;
	width: 133px;
	height: 70px;
	background: url("healing-off.gif") 0 0 no-repeat;
}
a:hover.button-healing {
	background: url("healing-on.gif") 0 0 no-repeat;
}

/* ReDesign */

.button-redesign {
	display: block;
	width: 133px;
	height: 70px;
	background: url("redesign-off.gif") 0 0 no-repeat;
}
a:hover.button-redesign {
	background: url("redesign-on.gif") 0 0 no-repeat;
}

/* Contact */

.button-contact {
	display: block;
	width: 133px;
	height: 70px;
	background: url("contact-off.gif") 0 0 no-repeat;
}
a:hover.button-contact {
	background: url("contact-on.gif") 0 0 no-repeat;
}

/* Publications */

.button-publications {
	display: block;
	width: 133px;
	height: 70px;
	background: url("publications-off.gif") 0 0 no-repeat;
}
a:hover.button-publications {
	background: url("publications-on.gif") 0 0 no-repeat;
}

/* Testimonials */

.button-testimonials {
	display: block;
	width: 133px;
	height: 70px;
	background: url("testimonials-off.gif") 0 0 no-repeat;
}
a:hover.button-testimonials {
	background: url("testimonials-on.gif") 0 0 no-repeat;
}

/* Blog */

.button-blog {
	display: block;
	width: 133px;
	height: 70px;
	background: url("blog-off.gif") 0 0 no-repeat;
}
a:hover.button-blog {
	background: url("blog-on.gif") 0 0 no-repeat;
}

/* Links */

.button-links {
	display: block;
	width: 133px;
	height: 70px;
	background: url("links-off.gif") 0 0 no-repeat;
}
a:hover.button-links {
	background: url("links-on.gif") 0 0 no-repeat;
}