.dropDownListMenu {
	position:relative;
	width: 176px;
	background-color:#fff;
	font-size:11px;
	border-bottom:6px solid #fff;
}
.jqDDLM {
	height:22px;
}
.dropDownListMenu h3 {
	font-size:11px;
	font-weight:normal;
	clear:both;
	margin:0;
	text-transform:none;
}
.dropDownListMenu h3 span {
	display:block;
	float:left;
	width:142px;
	height:20px;
	padding:0 5px;
	margin-right:0;
	line-height:20px;
	border:1px solid #b9aca5;
	color:#b9aca5;
}
.dropDownListMenu h3 img {
	float:left;
	cursor:pointer;
}
.dropDownListMenu ul {
	list-style-type:none;
	margin:3px 0 1px 1px;
	padding:0;
}
.dropDownListMenu ul a,
.dropDownListMenu ul a:visited,
.jqTransformSelectWrapper ul a {
	display:block;
	height:16px;
	overflow:hidden;
	padding:1px 5px;
	text-decoration:none;
	color:#9d8d85;
}
.dropDownListMenu ul a:hover,
.jqTransformSelectWrapper ul a:hover {
	background-color:#eee8e5;
	text-decoration:none;
	cursor:pointer;
}
.dropDownListMenu ul a.selected {
	font-weight:bold;
}

.dropDownListMenu1 {
	z-index:20;
}
.dropDownListMenu2 {
	z-index:10;
}