/* CSS Document */

.home
{
	background-image:url(../images/home.gif);
	background-repeat:no-repeat;
	width:36px;
	height:10px;
	background-position: right middle;
}

.home:hover
{
	background-image:url(../images/home_h.gif);
	background-repeat:no-repeat;
	width:36px;
	height:10px;
	background-position: 100% 50%;
}

.home_a
{
	background-image:url(../images/home_h.gif);
	background-repeat:no-repeat;
	width:36px;
	height:10px;
	background-position: 100% 50%;
}

.about
{
	background-image:url(../images/about.gif);
	background-repeat:no-repeat;
	width:57px;
	height:10px;
	background-position: 100% 50%;}

.about:hover
{
	background-image:url(../images/about_h.gif);
	background-repeat:no-repeat;
	width:57px;
	height:10px;
	background-position: 100% 50%;
}

.about_a
{
	background-image:url(../images/about_h.gif);
	background-repeat:no-repeat;
	width:57px;
	height:10px;
	background-position: 100% 50%;
}

.treatments
{
	background-image:url(../images/treatments.gif);
	background-repeat:no-repeat;
	width:72px;
	height:10px;
	background-position: 100% 50%;
}

.treatments:hover
{
	background-image:url(../images/treatments_h.gif);
	background-repeat:no-repeat;
	width:72px;
	height:10px;
	background-position: 100% 50%;
}

.treatments_a
{
	background-image:url(../images/treatments_h.gif);
	background-repeat:no-repeat;
	width:72px;
	height:10px;
	background-position: 100% 50%;
}

.testimonials
{
	background-image:url(../images/testimonials.gif);
	background-repeat:no-repeat;
	width:80px;
	height:10px;
	background-position: 100% 50%;
}

.testimonials:hover
{
	background-image:url(../images/testimonials_h.gif);
	background-repeat:no-repeat;
	width:80px;
	height:10px;
	background-position: 100% 50%;
}

.testimonials_a
{
	background-image:url(../images/testimonials_h.gif);
	background-repeat:no-repeat;
	width:80px;
	height:10px;
	background-position: 100% 50%;
}


.fee
{
	background-image:url(../images/fees.gif);
	background-repeat:no-repeat;
	width:28px;
	height:10px;
	background-position: 100% 50%;
}

.fee:hover
{
	background-image:url(../images/fees_h.gif);
	background-repeat:no-repeat;
	width:28px;
	height:10px;
	background-position: 100% 50%;
}

.fee_a
{
	background-image:url(../images/fees_h.gif);
	background-repeat:no-repeat;
	width:28px;
	height:10px;
	background-position: 100% 50%;
}

.contact
{
	background-image:url(../images/contact.gif);
	background-repeat:no-repeat;
	width:47px;
	height:10px;
	background-position: 100% 50%;
}

.contact:hover
{
	background-image:url(../images/contact_h.gif);
	background-repeat:no-repeat;
	width:47px;
	height:10px;
	background-position: 100% 50%;
}

.contact_a
{
	background-image:url(../images/contact_h.gif);
	background-repeat:no-repeat;
	width:47px;
	height:10px;
	background-position: 100% 50%;
}