.accesslinks {display:none;}

#nav {
	width: 592px;
	height: 42px;
	background: url(../images/menu.gif) no-repeat;
	margin: auto;
	padding: 0px;
	position:relative;
	border: none;
}

#nav li {margin: 0; padding: 0; list-style: none; position: absolute; top: 0;}
#nav li, #nav a {height: 42px; display: block; color:transparent;}

#nav_home {left: 0; width: 148px;}
#nav_programs {left: 148px; width: 148px;}
#nav_facility {left: 296px; width: 148px;}
#nav_contact {left: 444px; width: 148px;}

#nav_home a.highlighted {background: transparent url(../images/menu.gif) 0 -42px no-repeat;}
#nav_programs a.highlighted {background: transparent url(../images/menu.gif) -148px -42px no-repeat;}
#nav_facility a.highlighted {background: transparent url(../images/menu.gif) -296px -42px no-repeat;}
#nav_contact a.highlighted {background: transparent url(../images/menu.gif) -444px -42px no-repeat;}

.nav_home_over {background: transparent url(../images/menu.gif) 0 -42px no-repeat;}
.nav_programs_over {background: transparent url(../images/menu.gif) -148px -42px no-repeat;}
.nav_facility_over {background: transparent url(../images/menu.gif) -296px -42px no-repeat;}
.nav_contact_over {background: transparent url(../images/menu.gif) -444px -42px no-repeat;}

.nav_home_out {background: none;}
.nav_programs_out {background: none;}
.nav_facility_out {background: none;}
.nav_contact_out {background: none;}
