/*.resultdropdown {
	padding-top: 5px;
	width:500px;
	margin-right:10px;
	margin-left: -250px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	border: 1px;
	z-index: 99999;
}*/


/*result {
	padding-top: 5px;
	width:500px;
	margin-right:10px;
	margin-left: -250px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}*/

#result ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 2px;
	margin: 2px;
	text-align:left;
	}

#result ul li {
 color: black;
 text-decoration:none;
 padding-top: 2px;
	margin-top: 2px;
	 padding-bottom: 2px;
	margin-bottom: 2px;
	height: 25px;
 cursor:pointer;


}
.active {
/*padding: 2px 0 2px 0;
border: 1px solid #e7e7e7;*/
background-color:#e7e7e7;
/*-webkit-border-radius: 10px 10px 0 0;
-webkit-background-clip: padding-box;
-webkit-box-shadow: inset 0 0 1px #fd0000;
-moz-border-radius: 10px 10px 0 0;
 -moz-background-clip: padding-box;
 -moz-box-shadow: inset 0 0 1px #fd0000;
 margin-left: -5px;
z-index: 2;*/
 color: balck;
 font-weight:bold;
 


}

 
