/* CSS Document */

.home
{
	background-image:url(../images/home_but.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:63px;
	height:53px;
	display:block;
}

.home:hover
{
	background-image:url(../images/home_but_active.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:63px;
	height:53px;
	cursor: pointer;
	display:block;
}

.about_you
{
	background-image:url(../images/about_you_but.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:91px;
	height:53px;
	display:block;
}

.about_you:hover
{
	background-image:url(../images/about_you_but_active.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:91px;
	height:53px;
	display:block;
	cursor: pointer;
}

.about
{
	background-image:url(../images/about_but.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:83px;
	display:block;
	height:53px;
	
}

.about:hover
{
	background-image:url(../images/about_but_active.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:83px;
	height:53px;
	display:block;
	cursor: pointer;
}

.treatments
{
	background-image:url(../images/treatments_but.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:95px;
	height:53px;
}

.treatments:hover
{
	background-image:url(../images/treatments_but_active.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:95px;
	height:53px;
	cursor: pointer;
}

.testimonials
{
	background-image:url(../images/testimonials_but.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:104px;
	height:53px;
}

.testimonials:hover
{
	background-image:url(../images/testimonials_but_active.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:104px;
	height:53px;
	cursor: pointer;
}

.fee
{
	background-image:url(../images/fees_but.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:49px;
	height:53px;
}

.fee:hover
{
	background-image:url(../images/fees_but_active.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:49px;
	height:53px;
	cursor: pointer;
}

.contact
{
	background-image:url(../images/contact_but.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:80px;
	height:53px;
}

.contact:hover
{
	background-image:url(../images/contact_but_active.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:80px;
	height:53px;
	cursor: pointer;
}


