/* CSS Document */

.in_home, .in_home a:link, .in_home a:active, .in_home a:visited
{
	background-image:url(../images/home.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:231px;
	height:35px;
	float:left;
}

.in_home a:hover
{
	background-image:url(../images/home_hover.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:231px;
	height:35px;
	float:left;
	
}
.in_home_h{
	background-image:url(../images/home_hover.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:231px;
	height:35px;
	cursor:pointer;
	float:left
}

.in_about, .in_about a:link, .in_about a:active, .in_about a:visited 
{
	background-image:url(../images/aboutus.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:231px;
	height:37px;
	float: left;
}

.in_about a:hover
{
	background-image:url(../images/aboutus_hover.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:231px;
	height:37px;
	float: left;
}
.in_about_h
{
	background-image:url(../images/aboutus_hover.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:231px;
	height:37px;
	cursor:pointer;
	float:left;
}

.in_treatments, .in_treatments a:link, .in_treatments a:active, .in_treatments a:visited
{
	background-image:url(../images/treatment.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:231px;
	height:33px;
	float: left;
}

.in_treatments a:hover
{
	background-image:url(../images/treatment_hover.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:231px;
	height:33px;
	float: left;
}
.in_treatments_h
{
	background-image:url(../images/treatment_hover.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:231px;
	height:33px;
	cursor:pointer;
	float: left;
}

.in_testimonials, .in_testimonials a:link, .in_testimonials a:active, .in_testimonials a:visited
{
	background-image:url(../images/testimonials.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:231px;
	height:35px;
	float:left;
}

.in_testimonials a:hover
{
	background-image:url(../images/testimonials_hover.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:231px;
	height:35px;
	float:left;
}
.in_testimonials_h
{
	background-image:url(../images/testimonials_hover.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:231px;
	height:35px;
	cursor:pointer;
	float:left;
}

.in_fees, .in_fees a:link, .in_fees a:active, .in_fees a:visited
{
	background-image:url(../images/fees.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:231px;
	height:34px;
	float:left;
}

.in_fees a:hover
{
	background-image:url(../images/fees_hover.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:231px;
	height:34px;
	float:left;
}
.in_fees_h
{
	background-image:url(../images/fees_hover.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:231px;
	height:34px;
	cursor:pointer;
	float:left;
}

.in_contact, .in_contact a:link, .in_contact a:active, .in_contact a:visited
{
	background-image:url(../images/contact.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:231px;
	height:33px;
	float:left;
}

.in_contact a:hover
{
	background-image:url(../images/contact_hover.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:231px;
	height:33px;
	float:left;
}
.in_contact_h
{
	background-image:url(../images/contact_hover.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:231px;
	height:33px;
	cursor:pointer;
	float:left;
}

