.navbarContainer {
	position: relative;
	z-index: 5;
}

#hideDhtml {
	position: absolute;
	width: 98%;
	height: 98%;
	visibility: hidden;
	display: none;
	top: 0px;
	left: 0px;
	z-index: 2;
	
/*
	visibility: visible;
	display: block;
	background-color: red;
*/
}
.dhtmlnav {
	position: absolute;
	visibility: hidden;
	display: none;
	z-index: 3;
}
.dhtmlsubnav {
	position: absolute;
	visibility: hidden;
	display: none;
	z-index: 5;
}
.dhtmlSubnavContainer {
	margin-left: -1px;
}

.dhtmlOff {
	position: absolute;
}

.dhtmlIframe {
	position: absolute;
	visibility: hidden;
	display: none;
	z-index: 2;
}
.dhtmlSubnavIframe {
	position: absolute;
	visibility: hidden;
	display: none;
	z-index: 4;
	background-color: transparent;
}

/* Pretty Stuff */

.dhtmlnav {
	text-align: left;
	position: absolute;
	margin-left: -1px;
	border: solid 1px #074e82;
	border-top: none;
	background-color: #ffffff;
	font-size: 11px;
	line-height: 13px;
	padding-left: 1px;
	padding-top: 8px;
	padding-bottom: 6px;
}

.dhtmlnavitem,
.dhtmlnavitemOn {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 14px;
	padding-right: 25px;
	width: 212px;
	max-width: 173px;
	text-decoration: none;
	color: #1372ad;
}
.dhtmlnavitemOn,
.dhtmlnavitemOn:hover,
.dhtmlnavitem:hover {
	text-decoration: none;
	background-color: #efede9;
}
.hasChildren,
.hasChildrenOn {
	background-repeat: no-repeat;
	background-position: bottom right;
}
.hasChildren {
	background-image: url("images/nav/arrow-blue.gif");
}
.hasChildrenOn {
	background-image: url("images/nav/arrow-red.gif");
}

.dhtmlsubnav {
	position: absolute;
	left: 213px;
	top: -2px;
	border: solid 1px #074e82;
	background-color: #ffffff;
	padding-top: 2px;
	padding-bottom: 6px;
}

.dhtmlsubnav .dhtmlnavitem,
.dhtmlsubnav .dhtmlnavitemOn {
	padding-right: 5px;
	max-width: 193px;
}

.dhtmlSubnavContainer {
	position: relative;
}

