#PhN-header {
	padding-left:50px;
	float: inherit;
	height:auto;
	min-height:47px;
	width:950px;
	background: url(img/nav.gif) #000 left top repeat-x;
	overflow:hidden
}

#PhN-header a {
	outline:none;
}

#apex-local-nav {
	float:left;
	background: url(img/nav.gif) left top repeat-x;
	width: 910px;
	height: 45px;
	margin: 0;
	overflow: hidden;
	list-style: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

#apex-local-nav li {
	display:inline;
	float:left;
	height:48px;
	width:110px;
	border-bottom:0 solid #666;
}

#apex-local-nav li a {
	background:url(img/nav_divider.gif) left top no-repeat;
	display:block;
	height:49px;
	line-height:47px;
	text-decoration:none;
	text-align:center;
}
#apex-local-nav li a:hover {
	text-decoration:none;color:#FFCC00;
	}

#apex-local-nav li.selected {
	background:url(img/nav_selected.gif) left top repeat-x;
	width:110px;
	height:49px;
	border-bottom:none;
	border-right:1px solid #000;
}

#apex-local-nav li.selected a {
	background:url(img/nav_selected_divider.gif) left top no-repeat;
	padding-left:0;
	height:49px;
	color:#FFCC00;
}
