table.sajSelect td input, ul.sajSelectOptions {
	cursor: default;
}

table.sajSelect input.sajSelectOptionLabel {
	width: 100%;
}

table.sajSelect td.sajSelectDropDownButton {
	width: 17px;
	background: center;
	background-repeat: no-repeat;
}

ul.sajSelectOptions {
	margin: 0;  
	padding: 0 ;	
	list-style: none;
	border-style: solid; 
	border-width: 1px;
	left: -999em;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: white;
	position: absolute;
	white-space: nowrap;	
}

ul.sajSelectOptions li {
	padding: 2px 18px 2px 2px;
	white-space: nowrap;
}

ul.sajSelectOptions li:hover {
	background-color: highlight;
	color: highlighttext;
}

ul.sajSelectOptions li span.sajSelectOptionValue {
	display: none;
}