@CHARSET "UTF-8";

.container{
	position: absolute;
	width: 152px;
	border: 1px solid black;
	overflow: visible;
	display: none;
}
.item{
	white-space:normal;
	line-height:20px;
	height:20px;
	font-size:14px;
	color:black;
	background:white;
	cursor: default;
}
.activeItem{
	color:white;
	background:highlight;
}
/*关闭div样式*/
.closeDiv{
	line-height: 20px;
	height: 20px;
	font-size: 14px;
	color: black;
	background: white;
	text-align:right;
}

.closeDiv a{
	text-decoration:none;
}

.closeDiv a:hover{
	cursor:pointer;
}

