#results2 { 
	width: 307px; 
	border: solid 3px #4E1C89;
	background-color: #fff; 
	display: none; 
	max-height: 234px; 
	overflow: auto;
	z-index: 9999;
	position: relative;
	font-size: 75%;
	line-height:19px;
	top:10px;
	left:14px;
	float:left;
}

#results2 a{
	text-decoration:none;
	display: block; 
	width:100%;
}

#results2 ul li:hover{
	background-color:#e1d9eb;
}

#results2 ul li{
	padding: 2px;
}