.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;
	top: 29px;
	border-top: solid 5px #222020;
}

.dhtmlnavitem,
.dhtmlnavitemOn {
	display: block;
	background-color: #006da8;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-right: 5px;
	width: 180px;
	max-width: 163px;
	font-size: 90%;
	color: #ffffff;
	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: 4px 8px;
	background-color: #118de0;
}

.dhtmlsubnav {
	position: absolute;
	left: 180px;
	top: 0px;
	background-color: #118de0;
}

.dhtmlsubnav .dhtmlnavitem,
.dhtmlsubnav .dhtmlnavitemOn {
	background-color: #118de0;
}

.dhtmlSubnavContainer {
	position: relative;
}