#tabs {
   /* position: relative;
	top: 0px;*/
	text-align: center;
    margin-bottom: -5px;
	position: absolute;
	top: 168px;
}

#tabs ul li {
    margin: 0;
	padding: 0;
	list-style: none;
    position: absolute;
	top: 0px;
}

#tabs ul li, #tabs ul a {
    height: 32px; display: block;
}
	
#nav_home {
    left: 40px;
	width: 68px;
	background: url(../images/btn_home.png);
}

#nav_health_sites {
    left: 112px;
	width: 117px;
	background: url(../images/btn_health_sites.png);
}

#nav_services {
    left: 233px;
	width: 92px;
	background: url(../images/btn_services.png);
}

#nav_communities {
    left: 330px;
	width: 117px;
	background: url(../images/btn_communities.png);
}

#nav_about {
    left: 451px;
	width: 79px;
	background: url(../images/btn_about.png);
}

#nav_careers {
    left: 534px;
	width: 89px;
	background: url(../images/btn_careers.png);
}

#nav_news {
    left: 627px;
	width: 177px;
	background: url(../images/btn_news.png);
}

#nav_staff {
    left: 808px;
	width: 72px;
	background: url(../images/btn_staff.png);
}

#nav_contact {
    left: 884px;
	width: 97px;
	background: url(../images/btn_contact.png);
}
  
#nav_home a:hover {
    background: url(../images/btn_home.png) 0 -5px no-repeat;
}
	
#nav_health_sites a:hover {
    background: url(../images/btn_health_sites.png) 0px -5px no-repeat;
}

#nav_services a:hover {
    background: url(../images/btn_services.png) 0px -5px no-repeat;
}

#nav_communities a:hover {
    background: url(../images/btn_communities.png) 0px -5px no-repeat;
}

#nav_about a:hover {
    background: url(../images/btn_about.png) 0px -5px no-repeat;
}

#nav_careers  a:hover {
    background: url(../images/btn_careers.png) 0px -5px no-repeat;
}

#nav_news  a:hover {
    background: url(../images/btn_news.png) 0px -5px no-repeat;
}

#nav_staff a:hover {
    background: url(../images/btn_staff.png) 0px -5px no-repeat;
}

#nav_contact  a:hover {
    background: url(../images/btn_contact.png) 0px -5px no-repeat;
}

#tabs .active_health a {
    /*background-position: 0px -5px;
	background-repeat: no-repeat;*/
	background: url(../images/btn_health_sites.png) 0px -5px no-repeat;    
}

#tabs .active_home a {
    background: url(../images/btn_home.png) 0 -5px no-repeat;
}
	
#tabs .active_health_sites a {
    background: url(../images/btn_health_sites.png) 0px -5px no-repeat;
}

#tabs .active_services a {
    background: url(../images/btn_services.png) 0px -5px no-repeat;
}

#tabs .active_communities a {
    background: url(../images/btn_communities.png) 0px -5px no-repeat;
}

#tabs .active_about a {
    background: url(../images/btn_about.png) 0px -5px no-repeat;
}

#tabs .active_careers  a {
    background: url(../images/btn_careers.png) 0px -5px no-repeat;
}

#tabs .active_news  a {
    background: url(../images/btn_news.png) 0px -5px no-repeat;
}

#tabs .active_staff a {
    background: url(../images/btn_staff.png) 0px -5px no-repeat;
}

#tabs .active_contact  a {
    background: url(../images/btn_contact.png) 0px -5px no-repeat;
}

#newsTabs {
    width: 277px;
	margin-left: 40px;
	margin-top: -8px;
	margin-bottom: -5px;
}

#tabServiceSupensions {
    margin-left: 5px;
}

#tabServiceSupensionsLeft {
    margin-left: 0px;
}

#tabServiceDetails {
    margin-left: 5px;
}

#newsPanel {
    width: 221px;
	margin-left: 40px;
	margin-top: 0px;
	top: -5px;
	padding: 26px;
	border: 1px solid #999;
	border-bottom: 0px;
	background-color: #ffffff;
	/*min-height: 150px;*/
	display: block;	
}

#suspendedServicesPanel {
    width: 221px;
	margin-left: 40px;
	/*margin-top: -5px;*/
	margin-top: 0px;
	top: -5px;
	padding: 26px;
	border: 1px solid #999;
	border-bottom: 0px;
	background-color: #ffffff;
	/*min-height: 150px;*/
	display: none;	
}

#suspendedServicesPanelLeft {
    width: 221px;
	margin-left: 40px;
	/*margin-top: -5px;*/
	margin-top: 0px;
	top: -5px;
	padding: 26px;
	border: 1px solid #999;
	border-bottom: 0px;
	background-color: #ffffff;
	/*min-height: 150px;*/
	display: none;	
}

#serviceDetailsPanel {
    width: 221px;
	margin-left: 40px;
	margin-top: 0px;
	top: -5px;
	padding: 26px;
	border: 1px solid #999;
	border-bottom: 0px;
	background-color: #ffffff;
	/*min-height: 150px;*/
	display: none;	
}

#resourcesPanel {
    width: 221px;
	margin-left: 40px;
	margin-top: 0px;
	top: -5px;
	padding: 26px;
	border: 1px solid #999;
	border-bottom: 0px;
	background-color: #ffffff;
	/*min-height: 150px;*/
	display: block;	
}

#communityProfilePanel {
    width: 221px;
	margin-left: 40px;
	margin-top: 0px;
	top: -5px;
	padding: 26px;
	border: 1px solid #999;
	border-bottom: 0px;
	background-color: #ffffff;
	/*min-height: 150px;*/
	display: none;	
}
	
#tabs ul li {
    margin: 0;
	padding: 0;
	list-style: none;
    position: absolute;
	top: 0px;
}

#tabs ul li, #tabs ul a {
    height: 32px; display: block;
}
	
#nav_home {
    left: 40px;
	width: 68px;
	background: url(../images/btn_home.png);
}

#nav_health_sites {
    left: 112px;
	width: 117px;
	background: url(../images/btn_health_sites.png);
}

#nav_services {
    left: 233px;
	width: 92px;
	background: url(../images/btn_services.png);
}

#nav_communities {
    left: 330px;
	width: 117px;
	background: url(../images/btn_communities.png);
}

#nav_about {
    left: 451px;
	width: 79px;
	background: url(../images/btn_about.png);
}

#nav_careers {
    left: 534px;
	width: 89px;
	background: url(../images/btn_careers.png);
}

#nav_news {
    left: 627px;
	width: 177px;
	background: url(../images/btn_news.png);
}

#nav_staff {
    left: 808px;
	width: 72px;
	background: url(../images/btn_staff.png);
}

#nav_contact {
    left: 884px;
	width: 97px;
	background: url(../images/btn_contact.png);
}
  
#nav_home a:hover {
    background: url(../images/btn_home.png) 0 -5px no-repeat;
}
	
#nav_health_sites a:hover {
    background: url(../images/btn_health_sites.png) 0px -5px no-repeat;
}

#nav_services a:hover {
    background: url(../images/btn_services.png) 0px -5px no-repeat;
}

#nav_communities a:hover {
    background: url(../images/btn_communities.png) 0px -5px no-repeat;
}

#nav_about a:hover {
    background: url(../images/btn_about.png) 0px -5px no-repeat;
}

#nav_careers  a:hover {
    background: url(../images/btn_careers.png) 0px -5px no-repeat;
}

#nav_news  a:hover {
    background: url(../images/btn_news.png) 0px -5px no-repeat;
}

#nav_staff a:hover {
    background: url(../images/btn_staff.png) 0px -5px no-repeat;
}

#nav_contact  a:hover {
    background: url(../images/btn_contact.png) 0px -5px no-repeat;
}

#tabs .active_health a {
    /*background-position: 0px -5px;
	background-repeat: no-repeat;*/
	background: url(../images/btn_health_sites.png) 0px -5px no-repeat;    
}

#tabs .active_home a {
    background: url(../images/btn_home.png) 0 -5px no-repeat;
}
	
#tabs .active_health_sites a {
    background: url(../images/btn_health_sites.png) 0px -5px no-repeat;
}

#tabs .active_services a {
    background: url(../images/btn_services.png) 0px -5px no-repeat;
}

#tabs .active_communities a {
    background: url(../images/btn_communities.png) 0px -5px no-repeat;
}

#tabs .active_about a {
    background: url(../images/btn_about.png) 0px -5px no-repeat;
}

#tabs .active_careers  a {
    background: url(../images/btn_careers.png) 0px -5px no-repeat;
}

#tabs .active_news  a {
    background: url(../images/btn_news.png) 0px -5px no-repeat;
}

#tabs .active_staff a {
    background: url(../images/btn_staff.png) 0px -5px no-repeat;
}

#tabs .active_contact  a {
    background: url(../images/btn_contact.png) 0px -5px no-repeat;
}

#newsTabs {
    width: 277px;
	margin-left: 40px;
	margin-top: -8px;
	margin-bottom: -5px;
}

#tabServiceSupensions {
    margin-left: 5px;
}

#tabServiceDetails {
    margin-left: 5px;
}

#newsPanel {
    width: 221px;
	margin-left: 40px;
	margin-top: 0px;
	top: -5px;
	padding: 26px;
	border: 1px solid #999;
	border-bottom: 0px;
	background-color: #ffffff;
	/*min-height: 150px;*/
	display: block;	
}

#suspendedServicesPanel {
    width: 221px;
	margin-left: 40px;
	/*margin-top: -5px;*/
	margin-top: 0px;
	top: -5px;
	padding: 26px;
	border: 1px solid #999;
	border-bottom: 0px;
	background-color: #ffffff;
	/*min-height: 150px;*/
	display: none;	
}

#serviceDetailsPanel {
    width: 221px;
	margin-left: 40px;
	margin-top: 0px;
	top: -5px;
	padding: 26px;
	border: 1px solid #999;
	border-bottom: 0px;
	background-color: #ffffff;
	/*min-height: 150px;*/
	display: none;	
}

#resourcesPanel {
    width: 221px;
	margin-left: 40px;
	margin-top: 0px;
	top: -5px;
	padding: 26px;
	border: 1px solid #999;
	border-bottom: 0px;
	background-color: #ffffff;
	/*min-height: 150px;*/
	display: block;	
}

#communityProfilePanel {
    width: 221px;
	margin-left: 40px;
	margin-top: 0px;
	top: -5px;
	padding: 26px;
	border: 1px solid #999;
	border-bottom: 0px;
	background-color: #ffffff;
	/*min-height: 150px;*/
	display: none;	
}
	
