/* NAV BAR */
div.navBar {
	position: relative;
	background-image: url(../images/navbar-bg.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	width: 928px;
	height: 30px;
	text-align: left;
	clear: both;
}

div#HVMenu {
	position: absolute;
	top: 4px;
	left: 5px;
}