/* CSS Document */

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

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

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

.about:hover
{
	background-image:url(../images/about_but_active.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:190px;
	height:35px;
	cursor: pointer;
}
.treatments
{
	background-image:url(../images/treatments_but.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:190px;
	height:35px;
}

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

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

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

.patientinfo
{
	background-image:url(../images/patientinfo_but.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:190px;
	height:35px;
}

.patientinfo:hover
{
	background-image:url(../images/patientinfo_but_active.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:190px;
	height:35px;
	cursor: pointer;
}

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

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

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

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