
.LSResult {    
	position: absolute;
	background-color: #aaa; 
	min-width: 180px; 
	margin-left: 2px;
	margin-top: 1px;
}

#LSShadow {
	position: relative;
	right: 1px;
	bottom: 6px;
	background-color: #666; /*shadow color*/
	color: inherit;
}

.LSResult ul {
	margin-bottom: -5px;
	margin-top: 0px;
	padding-top: 0px;  
}

.LSRes {
	list-style-type: none;
	margin: 0px;
	padding: 0px;		
	position: relative;
	bottom: 1px;
	right: 1px;
	background-color: white;
	border:  1px solid #AAA;
}

.LSRow {
	background-color: #FFFFFF;
	color: #000000;
}

.LSRowHover, #LSHighlight {
	cursor: hand;
	background-color: #FFC344;
	color: #006600;
}
