* html img {
   behavior: url("/common/pngbehavior.htc");
}

.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;
}
* html .dhtmlIframe {
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

.dhtmlSubnavIframe {
	position: absolute;
	visibility: hidden;
	display: none;
	z-index: 4;
}
* html .dhtmlSubnavIframe {
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/* Pretty Stuff */


.dhtmlnav {
	top: 29px;
	width: 211px;
}

.dhtmlnav .hr {
	background: url("images/main-nav/dots.gif");
	background-repeat: repeat-x;
}

.dhtmlnavitem,
.dhtmlnavitem:visited,
.dhtmlnavitem:hover,
.dhtmlnavitemOn {
	line-height: normal;
	display: block;
	font-size: 11px;
	padding-left: 8px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 3px;
	color: #ffffff;
	text-decoration: none;
	background-color: #18866d;
	
	width: 178px;
}
* html .dhtmlnavitem,
* html .dhtmlnavitem:visited,
* html .dhtmlnavitem:hover,
* html .dhtmlnavitemOn {
	width: 200px;
}

.dhtmlnavitem:hover, .dhtmlnavitemOn {
	background: url("images/main-nav/arrow.gif");
	background-repeat: no-repeat;
	background-color: #18866d;
}

.shadowLeft {
	width: 8px;
	background-image: url("images/main-nav/shadow/bg-left.png");
}
* html .shadowLeft {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/images/main-nav/shadow/bg-left.png', sizingMethod='scale');
	background-image: url("images/spacer.gif");
}

.shadowRight {
	width: 8px;
	background-image: url("images/main-nav/shadow/bg-right.png");
}
* html .shadowRight {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/images/main-nav/shadow/bg-right.png', sizingMethod='scale');
	background-image: url("images/spacer.gif");
}

.shadowBottom {
	width: 100%;
	height: 9px;
	background-image: url("images/main-nav/shadow/bg-bottom.png");
}
* html .shadowBottom {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/common/images/main-nav/shadow/bg-bottom.png', sizingMethod='scale');
	background-image: url("images/spacer.gif");
}
