/* NAV TWEAKS TO FIX SCROLLBAR ISSUE. SHOULD BACKPORT TO .COM? */
#primaryNav {
	height: auto;
}
	#primaryNav .squeeze {
		text-align: center;
		padding: 0;
	}
		#primaryNav .squeeze span {
			display: inline-block;
			background: url("../images/separator.gif") no-repeat 100% 50%;
		}
	#primaryNav a {
		display: inline-block;
	}
	#primaryNav .navHome {
		height: auto;
		padding: 0;
	}
		#primaryNav .navHome a {
			height: auto;
			background-position: -146px 13px;
		}
