/* Search result suggestions */
#search-result-suggestions{
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
	background: #FFF;
	display: none;
	z-index: 2;
	opacity: 0.90;             /* CSS 3, Opera 9 */
	filter: alpha(opacity=90); /* MSIE */
	-moz-opacity: 0.90;        /* Gecko */
}



#search-results ul{
	list-style:none;
	margin:0;
	padding:0;

}

#search-results li{ 
	margin:0px;
	padding:0px;
}

#search-results li a:link, #search-results  li a:visited
{
	text-align: left;
	font-size: 10px;
	display: block;
	border-bottom: 1px solid #dadada;
}

#search-results li a:hover
{
	background:#eeeeee; 
}
