/* Replacement for the label, becomes the link to show/hide the UL */
.enhancedtrigger {
	/*width: 84px;*/
	height: 19px;
	border: 1px solid #3377BE;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	background-color: #F9F9F9;
	/*background-image: url('../../images/search/arrow.png') top right no-repeat #fff;*/
	padding: 5px 0px 0px 8px;
	display: block;
	text-align: left;
}

.enhancedtriggeractive{
	background-color: #F9F9F9;
}

/* style of the UL */
.dropdownreplacement{
	background: #FFFFFF;
	border: 1px solid #999;
	border-bottom: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: -999em;
	/*width: 88px;*/
	width: 100%;
}

.dropdownreplacement a {
	/*padding: 0.5em;*/
	padding: 0px 0px 0px 4px;
	font-size: 11px;
	display: block;
	/*width: 78px;*/
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #999;
}

.dropdownreplacement a:hover {
	background-color: #F9F9F9;
}

.selectparent{
	position: relative;
	overflow: visible; 
	z-index: 100;
}

/* class to be added to show the UL */
.enhanceddropdownvisible{
	left: 0;
	right: 0;
}