div.yac_list {
	position: absolute;
	width: 130px;
	z-index: 9000;
}
div.yac_list ul {
	background: #fff;
	border: 1px solid #ccc;
	//border-top: 0;
	list-style: none;
	list-style-image : none;
	text-align : left;
	margin: 0;
	padding: 0;
}
div.yac_list ul li {
	cursor: pointer;
	cursor: hand;
	margin: 0;
	padding: 2px;
}
div.yac_list ul li.yui-ac-highlight {
	background: #D9E7FF;
}