div.suggestions {

    background-color: #A83AAF;
	border: 1px solid black;
    position: absolute;  
	overflow:none;
}

div.suggestions div {
    cursor: default;
    padding: 0px 3px;
	font-size: 14px;
	color:white;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

div.suggestions div.current {
    background-color: yellow;
    color: #A83AAF;
	font-size: 14px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}