/*NAVBAR*/

.home a {
	display: block;
	width: 72px;
	height: 33px;
	background: url("../images/navbar/home.png") 0 0 no-repeat;	
}

.home_alt a {
	display: block;
	width: 72px;
	height: 33px;
	background: url("../images/navbar/home_alt.png") 0 0 no-repeat;	
}

.home a:hover {	
	background: url("../images/navbar/home_alt.png") no-repeat;
}

.about a {
	display: block;
	width: 89px;
	height: 33px;
	background: url("../images/navbar/about.png") 0 0 no-repeat;	
}

.about_alt a {
	display: block;
	width: 89px;
	height: 33px;
	background: url("../images/navbar/about_alt.png") 0 0 no-repeat;	
}

.about a:hover {	
	background: url("../images/navbar/about_alt.png") no-repeat;
}

.doctors a {
	display: block;
	width: 108px;
	height: 33px;
	background: url("../images/navbar/docs.png") 0 0 no-repeat;	
}

.doctors_alt a {
	display: block;
	width: 108px;
	height: 33px;
	background: url("../images/navbar/docs_alt.png") 0 0 no-repeat;	
}

.doctors a:hover {	
	background: url("../images/navbar/docs_alt.png") no-repeat;
}

.contact a {
	display: block;
	width: 100px;
	height: 33px;
	background: url("../images/navbar/contact.png") 0 0 no-repeat;	
}

.contact_alt a {
	display: block;
	width: 100px;
	height: 33px;
	background: url("../images/navbar/contact_alt.png") 0 0 no-repeat;	
}

.contact a:hover {	
	background: url("../images/navbar/contact_alt.png") no-repeat;
}


/*BUTTONS*/

.billing a {
	display: block;
	width: 230px;
	height: 135px;
	background: url("../images/buttons/billing.png") 0 0 no-repeat;	
}

.billing_alt a {
	display: block;
	width: 230px;
	height: 135px;
	background: url("../images/buttons/billing_alt.png") 0 0 no-repeat;	
}

.billing a:hover {	
	background: url("../images/buttons/billing_alt.png") no-repeat;
}

.links a {
	display: block;
	width: 230px;
	height: 135px;
	background: url("../images/buttons/links.png") 0 0 no-repeat;	
}

.links_alt a {
	display: block;
	width: 230px;
	height: 135px;
	background: url("../images/buttons/links_alt.png") 0 0 no-repeat;	
}

.links a:hover {	
	background: url("../images/buttons/links_alt.png") no-repeat;
}

.hours a {
	display: block;
	width: 230px;
	height: 135px;
	background: url("../images/buttons/hours.png") 0 0 no-repeat;	
}

.hours_alt a {
	display: block;
	width: 230px;
	height: 135px;
	background: url("../images/buttons/hours_alt.png") 0 0 no-repeat;	
}

.hours a:hover {	
	background: url("../images/buttons/hours_alt.png") no-repeat;
}

.lactation a {
	display: block;
	width: 230px;
	height: 135px;
	background: url("../images/buttons/lactation.png") 0 0 no-repeat;	
}

.lactation_alt a {
	display: block;
	width: 230px;
	height: 135px;
	background: url("../images/buttons/lactation_alt.png") 0 0 no-repeat;	
}

.lactation a:hover {	
	background: url("../images/buttons/lactation_alt.png") no-repeat;
}