.dhtmlDropdownContainer {
	width: 134px;
}

.dhtmlDropdown {
	position: absolute;
	visibility: hidden;
	display: none;
	z-index: 10;
}

.dhtmlDropdownIframe {
	position: absolute;
	visibility: hidden;
	display: none;
	z-index: 2;
}

.dhtmlDropdownScrollBox {
	background-color: #ffffff;
	border: solid 1px #c8c7c7;
	height: 110px;
	overflow: auto;
	padding: 2px;
	padding-bottom: 6px;

	margin-top: 3px;
	margin-bottom: 3px;
	width: 128px;

	* height: 120px;
}
.dhtmlDropdownScrollBox .hr {
	background: url("images/nav/dots.gif");
	background-repeat: repeat-x;
	background-color: #515151;
	height: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
}

.dhtmlDropdownItem:visited,
.dhtmlDropdownItem {
	display: block;
	padding: 2px;
	background-color: #ffffff;
	text-decoration: none;
	padding: 2px;
	padding-left: 7px;
	color: #384b8e;
	font-family: arial;
	line-height: normal;
}
.dhtmlDropdownItem:hover {
	background-color: #f0f0f0;
	color: #384b8e;
	text-decoration: none;
}

#hideDropdown {
	position: absolute;
	width: 98%;
	height: 98%;
	visibility: hidden;
	display: none;
	top: 0px;
	left: 0px;
	z-index: 5;
}

.triggerBox {
	z-index: 10 !important;
}
.triggerBoxImg {
	position: relative;
	margin-left: 4px;
	* margin-left: 0px;
}
.triggerBoxText {
	float: left;
	border: solid 1px #c8c7c7;
	background-color: #ffffff;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #384b8e;
	white-space: nowrap;
	line-height: 14px;
}

