/* CSS Document */

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

.home:hover, .home a:hover, .home a.selected
{
	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 a
{
	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, .about_you a:hover, .about_you a.selected
{
	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 a
{
	background-image:url(../images/about_but.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:83px;
	display:block;
	height:53px;
	
}

.about:hover, .about a:hover, .about a.selected
{
	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 a
{
	background-image:url(../images/treatments_but.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:95px;
	height:53px;
	display:block;
}

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

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

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

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

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

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

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



