@charset "UTF-8";
/* CSS Document */

#officeNavContainer {
	padding: 24px 0 0 0px;
	margin: 0px;
	float: left;
	}
		
	
	#officeNav {	
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	width: 190px;

	}	
	
#officeNav li {
	margin: 0; 
	padding: 0;
	list-style-type: none;
	
	}

#officeNav a {
	float: left;
	padding: 39px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:55px; /* for IE5/Win */
	}
		
/* 		  background-position:  left/right -25px   top/bottom - 0; */
		
#clHours a  {width: 150px; background: url(../images/clinicNav.gif) top left no-repeat;  background-position:  25px 0;}
#clHours a:hover { background-position: -138px 0px;}
#officeNav #clHoursCurrent a {width: 150px; background: url(../images/clinicNav.gif) top left no-repeat; background-position: -308px 0px;}


#clFees a  {width: 150px; background: url(../images/clinicNav.gif)  top left no-repeat; background-position: 26px -38px;}
#clFees a:hover { background-position: -137px -38px;}
#officeNav #clFeesCurrent a {width: 150px; padding-top: 31px; background: url(../images/clinicNav.gif) top left no-repeat; background-position: -308px -38px;}


#clBilling a  {width: 150px; background: url(../images/clinicNav.gif) top left no-repeat; background-position: 26px -70px;}
#clBilling a:hover { background-position: -137px -70px;}
#officeNav #clBillingCurrent a {width: 150px; background: url(../images/clinicNav.gif) top left no-repeat; background-position: -307px -71px;}


