.dhtmlDropdownContainer {
	width: 210px;
}

.dhtmlDropdown {
	position: absolute;
	visibility: hidden;
	display: none;
	z-index: 10;
}

.dhtmlDropdownIframe {
	position: absolute;
	visibility: hidden;
	display: none;
	z-index: 2;
}

.dhtmlDropdownScrollBox {
	background-color: #dddddd;
	border: solid 1px #666666;
	height: 275px;
	overflow: auto;
	padding: 2px;
	padding-bottom: 6px;

	margin-top: 3px;
	margin-bottom: 3px;
	width: 200px;
}
* html .dhtmlDropdownScrollBox {
	height: 285px;
	width: 206px;
}
.dhtmlDropdownScrollBox .hr {
	background: url("images/dots-green-h.gif");
	background-repeat: repeat-x;
	margin-top: 1px;
	margin-bottom: 1px;
}

.dhtmlDropdownItem:visited,
.dhtmlDropdownItem {
	display: block;
	padding: 2px;
	background-color: #dddddd;
	text-decoration: none;
	padding: 2px;
	padding-left: 7px;
	padding-top: 3px;
	padding-bottom: 4px;
	color: #77763e;
	font-family: arial;
	line-height: normal;
}
.dhtmlDropdownItem:hover {
	background-color: #dddddd;
	color: #18866d;
	text-decoration: none;
}

#hideDropdown {
	position: absolute;
	width: 98%;
	height: 98%;
	visibility: hidden;
	display: none;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.triggerBox {
}
.triggerBoxImg {
	position: relative;
	margin-left: 7px;
	* margin-left: 5px;
}
.triggerBoxText {
	display: block;
	float: left;
	width: 175px;
	* width: 180px;
	border: solid 1px #666666;
	background-color: #ffffff;
	padding-left: 4px;
	color: #18866d;
}

.serviceCat {
	display: block;
	color: #626037;
	padding: 2px;
	padding-top: 4px;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
}

