.ul_suggest
{
	width: 400px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #8996B5;
	z-index:1000;
}

.li_suggest
{
	width: 394px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 0px 3px;
	
	vertical-align: text-bottom;
	position: relative;
	
	font-family: arial;
	font-size: 12px;
	color: #000;
	background-color: #FFFFFF;
	
	cursor: hand;
	display: block;
}

.hoverLi 
{
	width: 394px;
	height: 40px;
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 0px 3px;
	
	vertical-align: text-bottom;
	position: relative;
	
	font-family: arial;
	font-size: 12px;
	color: #FFF;
	background-color: #1657FF;
	
	cursor: hand;
	display: block;
}

.suggest_type
{
	color:#060;		
}

.hover_suggest_type
{
	color:#fff;	
}



