/* CSS Document */

.home 
{
	background-image:url(../images/home.jpg);
	background-repeat:no-repeat;
	width:62px;
	height:55px;
	
}
.home a:link, .home a:active, .home a:visited 
{
	
	background-position:0 0;
	width:62px;
	height:55px;
	display:block;
	

	
}
.home a:hover
{
	background-image:url(../images/home.jpg);
	background-repeat:no-repeat;
	background-position:0 100%;
	width:62px;
	height:55px;
	display:block;
}

.about
{
	background-image:url(../images/about_us.jpg);
	background-repeat:no-repeat;
	width:75px;
	height:55px;
}
.about a:link, .about a:active, .about a:visited   
{
	background-position:0 0;
	width:75px;
	height:55px;
	display:block;
	
}
.about a:hover
{
	background-image:url(../images/about_us.jpg);
	background-repeat:no-repeat;
	background-position:0 100%;
	width:75px;
	height:55px;
	display:block;
}

.practitioners
{
	background-image:url(../images/practitioners.jpg);
	background-repeat:no-repeat;
	width:92px;
	height:55px;
}
.practitioners a:link, .practitioners a:active, .practitioners a:visited 
{
	background-position:0 0;
	width:92px;
	height:55px;
	display:block;
}
.practitioners a:hover
{
	background-image:url(../images/practitioners.jpg);
	background-repeat:no-repeat;
	background-position:0 100%;
	width:92px;
	height:55px;
	display:block;
}


.treatments
{
	background-image:url(../images/treatments.jpg);
	background-repeat:no-repeat;
	width:84px;
	height:55px;
}
.treatments a:link, .treatments a:active, .treatments a:visited
{
	background-position:0 0;
	width:84px;
	height:55px;
	display:block;
}
.treatments a:hover
{
	background-image:url(../images/treatments.jpg);
	background-repeat:no-repeat;
	background-position:0 100%;
	width:84px;
	height:55px;
	display:block;
}
.tutorials
{
	background-image:url(../images/tutorials.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:71px;
	height:55px;
}
.tutorials a:link, .tutorials a:active, .tutorials a:visited
{
	background-position:0 0;
	width:71px;
	height:55px;
	display:block;
}
.tutorials a:hover
{
	background-image:url(../images/tutorials.jpg);
	background-repeat:no-repeat;
	background-position:0 100%;
	width:71px;
	height:55px;
	display:block;
}

.feeGuide
{
	background-image:url(../images/fee_guide.jpg);
	background-repeat:no-repeat;
	width:80px;
	height:55px;
}
.feeGuide a:link, .feeGuide a:active, .feeGuide a:visited
{
	background-position:0 0;
	width:80px;
	height:55px;
	display:block;
	
}
.feeGuide a:hover
{
	background-image:url(../images/fee_guide.jpg);
	background-repeat:no-repeat;
	background-position:0 100%;
	width:80px;
	height:55px;
	display:block;
}

.contact
{
	background-image:url(../images/contact_us.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	width:84px;
	height:55px;
}
.contact a:link, .contact a:active, .contact a:visited
{
	background-position:0 0;
	width:84px;
	height:55px;
	display:block;
}
.contact a:hover
{
	background-image:url(../images/contact_us.jpg);
	background-repeat:no-repeat;
	background-position:0 100%;
	width:84px;
	height:55px;
	display:block;
}

.referrals
{
	background-image:url(../images/referrals.jpg);
	background-repeat:no-repeat;
	width:76px;
	height:55px;
}
.referrals a:link, .referrals a:active, .referrals a:visited
{
	background-position:0 0;
	width:76px;
	height:55px;
	display:block;
}
.referrals a:hover
{
	background-image:url(../images/referrals.jpg);
	background-repeat:no-repeat;
	background-position:0 100%;
	width:76px;
	height:55px;
	display:block;
	
}