.SuggestWhat
{
	position: absolute;
	margin: 10px 0px 0px 0px;
	width: 300px;
	background: #212427;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #000;	
	color: #fff;
}

.SuggestWhere
{
	position: absolute;
	margin: 10px 0px 0px 0px;
	width: 300px;
	background: #212427;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 2px solid #000;	
	color: #fff;
}

.suggestionList {
	margin: 0px;
	padding: 0px;
}
	
.suggestionList li
{
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
}
	
.suggestionList li:hover
{
	background:#659CD8;
}