
		.suggestionsBox {
	background-color: #FFFFFF;
display: none;position:absolute;width:250px;
		z-index:1;	left: 480px;	top: 100px;}
	
	.suggestionList {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}
	
	.suggestionList li {
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
	color: #000000;
	list-style: none;
	}
	
	.suggestionList li:hover {
	background-color: #FFCC66;
	color: #333333;
	font-weight: bold;
	}
