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

.home:hover
{
	background-image:url(../images/home_but1.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:83px;
	height:38px;
}

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

.about:hover
{
	background-image: url(../images/about_but1.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:105px;
	height:38px;
}

.treatments
{
	background-image: url(../images/treatment_but.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	cursor:pointer;
	width:125px;
	height:38px;
}

.treatments:hover
{
	background-image: url(../images/treatment_but1.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:125px;
	height:38px;
}

.emergencies
{
	background-image: url(../images/emergencies_but.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	cursor:pointer;
	width:113px;
	height:38px;
}

.emergencies:hover
{
	background-image: url(../images/emergencies_but1.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:113px;
	height:38px;
}

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

.contact:hover
{
	background-image: url(../images/contact_but1.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:119px;
	height:38px;
}