.ac_results {
	padding: 2px;
	border-left: 2px solid #dddddd;
	border-right: 2px solid #dddddd;
	border-bottom: 2px solid #dddddd;
	border-top: 8px solid white;
	background-color: white;
    background-image:url('/minzhi/css/1x1ww60.png');
	overflow: hidden;
	z-index: 99999;
	display:block;
    position:absolute;
	right:-5px;
	top: 0px;	
}

.ac_results a.searchmenu:link {
	text-decoration:none;
	background-color: #eeeeee;
   border: 3px solid #c5c2c2;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;   
   padding: 2px;
   float:left;
   display:block;
   height:100px;
   width:262px;
   overflow:hidden;
   font-size:10px;

   
   
}

.ac_results a.searchmenu:hover {
	text-decoration:none;
	background-color: #a7b526;
	background-image:none;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border: 3px solid #c5c2c2;
   padding: 2px;
   float:left;
   display:block;
   height:100px;
   width:262px;
   overflow:hidden;
   font-size:10px;
   color:white;
}


.ac_results ul {
	/* 	width: 100%; */
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0px;
	
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	float:left;

	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
/*	background-color: #eee;  */
/* background-color: orange; */
}

.ac_over {
/*	background-color: #dfe2ea; */
/*background-color: pink;*/
	color: black;
}
