<style type="text/css" media="all">
#suggest{
	position:absolute;
	background:#90DB90;
	width:150px;
	}

#suggest div{
	background:#90DB90;
	color:#fff;
	padding-left:4px;
	cursor:hand;
	text-align:left;
	font-weight:bold;
	}

#suggest div.over{
	color:#fff;
	background:#5cb050;
	 cursor:pointer;
	}
</style>
