.ac_results {
padding: 0px;
border: 1px solid #dee1ce;
background-color: #dee1ce;
overflow: hidden;
z-index: 99999;
width: 136px !important;
width: 141px\9 !important;
margin-top:-4px\9;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	max-height:200px;
	overflow:auto;
}

.ac_results li {
	margin: 0px;
padding: 4px 5px;
cursor: pointer;
display: block;
font: menu;
font-size: 12px;
line-height: 19px;
overflow: hidden;
border-bottom:1px dotted black;
}

.ac_results li:last-child
{
	border-bottom:0px;
}
.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_results li:hover {
	background-color: #006666; 
	color: white;
	font-weight:bold;
}

.ac_over {
	background-color: #0e5518;
	color: white;
}
