.navbarContainer {
	position: relative;
	z-index: 5;
}

#hideDhtml {
	position: absolute;
	width: 98%;
	height: 98%;
	visibility: hidden;
	display: none;
	top: 0px;
	left: 0px;
	z-index: 2;
}
.dhtmlnav {
	position: absolute;
	visibility: hidden;
	display: none;
	z-index: 3;
}
.dhtmlsubnav {
	position: absolute;
	visibility: hidden;
	display: none;
	z-index: 5;
}

.dhtmlOff {
	position: absolute;
}

.dhtmlIframe {
	position: absolute;
	visibility: hidden;
	display: none;
	z-index: 2;
}
.dhtmlSubnavIframe {
	position: absolute;
	visibility: hidden;
	display: none;
	z-index: 4;
}

/* Pretty Stuff */

.dhtmlnav {
	text-align: left;
	position: absolute;
	border: solid 1px #00a1b1;
	background-color: #ffffff;
	padding-top: 6px;
	padding-bottom: 10px;
	padding-left: 2px;
}

.dhtmlnavitem,
.dhtmlnavitemOn {
	display: block;
	background-color: #ffffff;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 13px;
	padding-right: 5px;
	width: 227px;
	max-width: 209px;
	color: #565050;
	text-decoration: none;
}
.dhtmlnavitemOn,
.dhtmlnavitemOn:hover,
.dhtmlnavitem:hover {
	color: #ffffff;
	text-decoration: none;
	background: url("images/nav/sub-arrow.gif");
	background-repeat: no-repeat;
	background-position: 6px 7px;
	background-color: #ffffff;
	color: #00a1b1;
}

.dhtmlsubnav {
	position: absolute;
	left: 180px;
	top: 0px;
	background-color: #00a1b1;
}

.dhtmlsubnav .dhtmlnavitem,
.dhtmlsubnav .dhtmlnavitemOn {
	background-color: #00a1b1;
}

.dhtmlSubnavContainer {
	position: relative;
}

#resultsDhtmlnav {
	margin-left: -163px;
}
#careersDhtmlnav {
	margin-left: -161px;
}


