#search {
	position: relative;
	top: 0px;
	left: 0px;
}
#search_results {
	margin:0px;
	padding:5px;
	position: absolute;
	top: 25px;
	left: 52px;
	background-color: #1B57A3;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	list-style-type: none;
	z-index: 12;
}
#search_results li {
	padding: 2px 5px;
}
#search_results a,
#search_results a:visited,
#search_results a:hover {
	color: #fff;
	text-decoration: none;
	font-weight:normal;
}
#search_results a:hover {
	color: #fad05b;
	font-weight:bold;
	text-shadow: 0px 1px 2px #222222;
}