#search {
	position: relative;
	top: 0px;
	left: 0px;
}
#search_results {
    background-color: #498EAC;
    border: 2px solid #DADCDD;
    left: 10px;
    list-style-type: none;
    margin: 0;
    padding: 5px;
    position: absolute;
    top: 38px;
    width: 235px;
    z-index: 1000;
}
#search_results li {
	padding: 2px 0px;
}
#search_results a,
#search_results a:visited,
#search_results a:hover {
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
    height: auto;
    text-decoration: none;
    width: 235px;
}
#search_results a:hover {
	color: #FFF;
}
#search_results li:hover {
	background-color: #0CC;
}
#search_results .highlighted {
	background-color: #0CC;
}