.select_div
{
	border:1px solid #ccc;
	background:#fff; 
	width:200px; 
	padding:3px; 
	position:absolute;
	display:none;
	overflow-x:hidden;
	overflow-y:auto;
	height:100px;
}

.selected_item
{
	line-height:200%; 
	text-align:left; 
	background:#669000; 
	color:#fff; 
	font-weight:bold; 
	cursor:pointer; 
	text-indent:0.5em;
}

.normal_item
{
	line-height:200%; 
	text-align:left; 
	text-indent:0.5em;
}