.autopop{
	position: absolute;
	background: #fff;
	border: 1px #ddd solid;
	border-radius: 3px;
	color: #999;
	z-index: 100000;
	display: none;
}
.autopop li{
	font-size:14px;
	height: 24px;
	line-height: 24px;
	padding: 0 6px;
	cursor: pointer;
	overflow: hidden;
	margin-left: -40px;
}
.autopop li.notpop{
	cursor: default;
}
.autopop li.pop{
	background: #ddd;color:#333;
}