@charset "utf-8";
/* CSS Document */

/* ALLENTOWN CSS */

/*page changing*/
body.home1 #menu li.home a, 
body.patientinfo1 #menu li.patientinfo a, body.newsevents1 #menu li.newsevents a, body.career1 #menu li.career a, body.directions1 #menu li.directions a {
	background-image:none;
	color:#000;
	background-color:#00ff66;
}


/* menu */

#menu {

	height:46px;
	width:874px;
	margin:0 auto;
	padding:0;
	background-image:url(images/bg_menu.gif);
	background-repeat:repeat-x;

}
#menu img {
	border-left:none;
	border-bottom:none;
	border-top:none;
	padding:5px 6px;
	margin:8px 0;
}
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
	font-size:16px;
}
#menu li {
	display:inline;
	margin:0;
	
	height:46px;

}
#menu li a {
	
	text-decoration:none;


}
#menu li a:hover {


}
.spacer {
	height:18px;
	width:1024px;
}
