div.suggestions {
	position:absolute;
	color: #333333;
	background-color: #cccccc;
	font-face: arial;
	width: 175px;
}

div.suggestions div 
{
	left: 10px;
	font-size: 11px;
	line-height: 12px;
	cursor: hand;
}

div.suggestions div.current {
	left: 10px;
    color: #cccccc;
    background-color: #333333;
}
