#search {
	position: relative;
	top: 0px;
	left: 0px;
}
#search_results {
	-moz-border-radius-bottomleft:10px;
    -moz-border-radius-bottomright:10px;
	margin:0px;
	padding:8px;
	position: absolute;
	top: 30px;
	left: 52px;
	background-color: #1B57A3;
	list-style-type: none;
	z-index: 12;
	
}
#search_results li {
	padding: 3px 0px;
}
#search_results a,
#search_results a:visited {
	color: #fff;
	text-decoration: none;
}
#search_results a:hover {
	color: #fff;
}
#search_results li:hover {
	background-color: #000;
}
#search_results .highlighted {
	background-color: #000;
}
