select {
	display: block;
	width: 37px;
	margin: 0px;
	padding: 0px;
}

select.replaced {
  width: 1px;
  position: absolute;
  left: -999em;
}
ul.selectReplacement {
	margin: 0px;
	height: 17px;
	width: 37px;
	position: relative;
	background-color: #cdcfd1;
	background-image: url(/_images/_buttons/dd_arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top: 1px solid #9ea1a4;
	padding: 0px;
}

ul.selectFocused {
	background-color: #cdcfd1;
	background-image: url(/_images/_buttons/dd_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

ul.selectReplacement li {
	background-color: #cdcfd1;
	color:#5f6369 !important;
	cursor: pointer;
	display: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	list-style: none;
	width: 37px;
	background-image: url(/_images/_buttons/dd_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0px;
	text-align:left;
	text-indent:6px;
}
ul.selectOpen {margin-top:27px;}
ul.selectOpen li {
  display: block;
  color: #261206;
}

ul.selectReplacement li.selected {
	border: 0px;
	color: #261206;
	display: block;
	padding:0px;
  	margin:0px;
	background-image: url(/_images/_buttons/dd_arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

ul.selectOpen li.selected {
	background: #99481b;
	border: 0px;
	background-image: url(/_images/_buttons/dd_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0px;
  	margin:0px;
}

ul.selectOpen li:hover,
ul.selectOpen li.hover,
ul.selectOpen li.selected:hover {
  background: #686c72;
  color: #ffffff !important;
  border: 0px;
  padding:0px;
  margin:0px;
}