@import "dhtml-products.css.cfm";

.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 */

.navbarContainer {
	padding-left: 7px;
}

.dhtmlnav {
	top: 29px;
	width: 159px;
}

.dhtmlMenuPointer {
	margin-top: 2px;
}
#productsPointer {
	margin-left: 24px;
}
#oemPointer {
	margin-left: 10px;
}
#supportPointer {
	margin-left: 24px;
}
#companyPointer {
	margin-left: 26px;
}
#contactPointer {
	margin-left: 24px;
}

.dhtmlMenuContents {
	background: url("images/nav/menu-bg.png");
	padding: 12px;
	padding-top: 7px;
	padding-left: 0px;
}

.shadowFixer {
	background: url("images/nav/menu-bg-top.png");
	font-size: 1px;
	height: 4px;
}

.dhtmlnav .hr {
	background: url("images/nav/dots.gif");
	background-repeat: repeat-x;
	width: 135px;
	margin: 0px;
}

.dhtmlnavitem,
.dhtmlnavitem:visited,
.dhtmlnavitem:hover,
.dhtmlnavitemOn {
	line-height: normal;
	display: block;
	font-size: 11px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #ffffff;
	text-decoration: none;
}

.dhtmlnavitem:hover, .dhtmlnavitemOn {
	background: url("images/nav/arrow.gif");
	background-repeat: no-repeat;
	background-color: #ffffff;
	color: #5594ce;
}

.dhtmlMenuColumn {
	padding-left: 12px;
}

#myAccountDhtmlnav {
	margin-left: 20px;
	* margin-left: -100px;
	top: 18px;
	text-transform: none;
}
#accountPointer {
	margin-left: 48px;
}
#myAccountDhtmlnav a {
	color: #ffffff;
}

#utilSearch {
	z-index: 15;
}

#currencyDhtmlnav {
	left: 135px;
	top: 35px;
	text-transform: none;
}
#currencyPointer {
	margin-left: 100px;
}
#currencyDhtmlnav a {
	padding-left: 4px;
}
.currencyLink,
.currencyLink:hover {
	color: #999999;
	text-decoration: none;
}

.on {
	background-color: #6f6f6f;
	font-weight: bold;
}