#search-result-suggestions{
	position: absolute;
	left: 0;
	top: 0;
	width: 400px;
	background: #FFF;
	border: 1px solid #484256;
	display: none;
	padding: 7px;
}
#search-results a{
	display: block;
	margin-top: 4px;
	border-bottom: 1px solid #666666;
	padding-bottom: 3px
}
#search-results a:hover{
	background-color: #333333;
	color: #FFF;
}