#search {
	position: relative;
	top: 0px;
	left: 0px;
}
#search_results {
	margin:0px;
	padding:5px;
	position: absolute;
	top: 42px;
	left: 130px;
	background-color:#E1E1E1;
	list-style-type:none;
	z-index: 12;
	text-align: left;	
	width:337px;
	float: left;
}
#search_results li {
	padding: 2px 0px;
}
#search_results a,
#search_results a:visited,
#search_results a:hover {
	color: #666666;
	text-decoration: none;
}
#search_results a:hover {
	color: #000;
}
