ul.ui-autocomplete {
	color:#555;
	position: absolute;
	top: 100%;
	top:0px;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 160px;
	list-style: none;
	background-color: #ffffff;
	margin:0px;
	padding: 5px 5px;
	line-height:24px;
}

li.ui-menu-item{
	color:#444;
	line-height:20px
}


li.ui-state-focus{
	background: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-state-active.ui-button:hover{
	border: none;
	background: none;
	color:#222222;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0;
 }


.ui-autocomplete-category {
	font-weight: bold;
	padding: 2px 5px;
	margin:0px;
	line-height:24px;
 }