/* CSS Document */


.home, .home a:link, .home a:active, .home a:visited
{
	background-image:url(../images/home_but.jpg);
	background-repeat:no-repeat;
	background-position:left middle;
	cursor:pointer;
	width:120px;
	height:42px;
	float:left;
}

.home a:hover
{
	background-image:url(../images/home_but1.jpg);
	background-repeat:no-repeat;
	background-position:left middle;
	cursor:pointer;
	width:120px;
	height:42px;
	float:left;
}

.about, .about a:link, .about a:active, .about a:visited
{
	background-image:url(../images/aboutus_but.jpg);
	background-repeat:no-repeat;
	background-position:left middle;
	cursor:pointer;
	width:120px;
	height:42px;
	float:left;
}

.about a:hover
{
	background-image:url(../images/aboutus_but1.jpg);
	background-repeat:no-repeat;
	background-position:left middle;
	cursor:pointer;
	width:120px;
	height:42px;
	float:left;
}

.treatments, .treatments a:link, .treatments a:active, .treatments a:visited
{
	background-image:url(../images/treatments_but.jpg);
	background-repeat:no-repeat;
	background-position:left middle;
	cursor:pointer;
	width:120px;
	height:42px;
	float:left;
}

.treatments a:hover
{
	background-image:url(../images/treatments_but1.jpg);
	background-repeat:no-repeat;
	background-position:left middle;
	cursor:pointer;
	width:120px;
	height:42px;
	float:left;
}

.testimonials, .testimonials a:link, .testimonials a:active, .testimonials a:visited
{
	background-image:url(../images/testimonials_but.jpg);
	background-repeat:no-repeat;
	background-position:left middle;
	cursor:pointer;
	width:120px;
	height:42px;
	float:left;
}

.testimonials a:hover
{
	background-image:url(../images/testimonials_but1.jpg);
	background-repeat:no-repeat;
	background-position:left middle;
	cursor:pointer;
	width:120px;
	height:42px;
	float:left;
}

.fees, .fees a:link, .fees a:active, .fees a:visited
{
	background-image:url(../images/fees_but.jpg);
	background-repeat:no-repeat;
	background-position:left middle;
	cursor:pointer;
	width:120px;
	height:42px;
	float:left;
}

.fees a:hover
{
	background-image:url(../images/fees_but1.jpg);
	background-repeat:no-repeat;
	background-position:left middle;
	cursor:pointer;
	width:120px;
	height:42px;
	float:left;
}

.contact, .contact a:link, .contact a:active, .contact a:visited
{
	background-image:url(../images/contactus_but.jpg);
	background-repeat:no-repeat;
	background-position:left middle;
	cursor:pointer;
	width:120px;
	height:42px;
	float:left;
}

.contact a:hover
{
	background-image:url(../images/contactus_but1.jpg);
	background-repeat:no-repeat;
	background-position:left middle;
	cursor:pointer;
	width:120px;
	height:42px;
	float:left;
}