div.selectbox {
	background: top right url(right.gif) no-repeat;
	width: 200px;
}

div.selectbox.open {
	background: top left url(left_open.gif) no-repeat;
}

div.selectbox .value {
	background: top left url(left.gif) no-repeat;
	padding-left: 4px;
	line-height: 20px;
	height: 20px;
	margin-right: 20px;
	overflow: hidden;
	white-space: nowrap;
	cursor: default;
}

div.selectbox.open {
	background: top right url(right_open.gif) no-repeat;
}

div.selectbox .options {
	border: solid #a9abae;
	border-width: 0 1px 1px 1px;
	display: none;
	background-color: white;
}

div.selectbox a.option {
	display: block;
	line-height: 20px;
	padding-left: 3px;
}

div.selectbox a.selected {
	background-color: #afb8bd;
	color: #ffffff;
}

div.selectbox a.option:hover {
	text-decoration: none;
	background-color: #afb8bd;
}

div.selectbox a:hover {
	color: #000000;
}