.ac_results {
	padding: 0px;
	overflow: hidden;
	z-index: 99999;
	background-color: #FFF;
	margin:0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #5693C5;
	border-right-color: #5693C5;
	border-bottom-color: #5693C5;
	border-left-color: #5693C5;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.ac_results li {
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-image: url(../images/leftnav_bullet.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	background-color:#FFF;
	color: #5693C5;
	cursor: pointer;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	overflow: hidden;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5693C5;
}

.ac_loading {
	background-color: white;
	background-repeat: no-repeat;
	background-position: right center;
}

.ac_odd {
	background-color: #E4EEF0;
}

.ac_over, .ac_results li:hover {
	background-color:#C8DCE7;
}

