/* CSS Document */

.home
{
	background-image:url(../images/home.gif);
	background-repeat:no-repeat;
	background-position:left top;
	cursor:pointer;	cursor:pointer;
	width:110px;
	height:18px;
}

.home:hover
{
	background-image:url(../images/home_h.gif);
	background-repeat:no-repeat;
	background-position:left top;
	cursor:pointer;
	width:110px;
	height:18px;
}

.about
{
	background-image:url(../images/about.gif);
	background-repeat:no-repeat;
	background-position:left top;
	cursor:pointer;
	width:110px;
	height:18px;
}

.about:hover
{
	background-image:url(../images/about_h.gif);
	background-repeat:no-repeat;
	background-position:left top;
	cursor:pointer;
	width:110px;
	height:18px;
}

.treatments
{
	background-image:url(../images/treatments.gif);
	background-repeat:no-repeat;
	background-position:left top;
	cursor:pointer;
	width:110px;
	height:18px;
}

.treatments:hover
{
	background-image:url(../images/treatments_h.gif);
	background-repeat:no-repeat;
	background-position:left top;
	cursor:pointer;
	width:110px;
	height:18px;
}

.testimonials
{
	background-image:url(../images/testimonials.gif);
	background-repeat:no-repeat;
	background-position:left top;
	cursor:pointer;
	width:110px;
	height:18px;
}

.testimonials:hover
{
	background-image:url(../images/testimonials_h.gif);
	background-repeat:no-repeat;
	background-position:left top;
	cursor:pointer;
	width:110px;
	height:18px;
}

.fees
{
	background-image:url(../images/fees.gif);
	background-repeat:no-repeat;
	background-position:left top;
	cursor:pointer;
	width:110px;
	height:18px;
}

.fees:hover
{
	background-image:url(../images/fees_h.gif);
	background-repeat:no-repeat;
	background-position:left top;
	cursor:pointer;
	width:110px;
	height:18px;
}

.contact
{
	background-image:url(../images/contact.gif);
	background-repeat:no-repeat;
	background-position:left top;
	cursor:pointer;
	width:110px;
	height:18px;
}

.contact:hover
{
	background-image:url(../images/contact_h.gif);
	background-repeat:no-repeat;
	background-position:left top;
	cursor:pointer;
	width:110px;
	height:18px;
}

.smile_gallery
{
	background-image:url(../images/smile.gif);
	background-repeat:no-repeat;
	background-position:left top;
	cursor:pointer;
	width:110px;
	height:18px;
}

.smile_gallery:hover
{
	background-image:url(../images/smile_h.gif);
	background-repeat:no-repeat;
	background-position:left top;
	cursor:pointer;
	width:110px;
	height:18px;
}