@CHARSET "UTF-8";

.container{
	position: absolute;
	width: 152px;
	border: 1px solid black;
	overflow: visible;
	display: none;
}
.item{
	white-space:nowrap;
	line-height:20px;
	height:20px;
	font-size:14px;
	color:black;
	background:white;
	cursor: default;
}
.activeItem{
	color:white;
	background:highlight;
}
