#straten {
	height: 30px;
	position: absolute;
	right: 2px;
	top: 1px;
	width: 230px;
	font-size: 12pt;
	z-index: 12;
}
div.custom-select-box {
	cursor: default;
	display: inline-block;
	height: 20px;
	position: absolute;
}
div.custom-select-box span {
	background:#FFFFFF none repeat scroll 0 0;
	display: inline-block;
	line-height: 20px;
	margin-right: 3px;
	padding: 4px;
	width: 185px;
	border: solid 1px;
}
div.custom-select-box a.arrow {
	background: transparent url(../pic/button_dropdown.gif) no-repeat center center;
	display: inline-block;
	height: 21px;
	margin: 2px;
	padding: 3px;
	vertical-align: top;
	width: 20px;
}
div.custom-select-box ul {
	position: absolute;
	top: 32px;
	left: 0px;
	background: #FFF;
	border: 1px solid #0092CC;
	display: none;
}
div.custom-select-box ul li {
	list-style-type: none;
	padding: 2px 4px;
}
div.custom-select-box ul li.selected,
div.custom-select-box ul li.hover {
	background: #0092CC none repeat scroll 0 0;
	color: #FFF;
}