 #LSResult {    
      position: absolute;
      background-color: #aaa; 
      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;  
     margin-left: 0px;
     padding-left: 0px;
     margin-top: 5px;
     font-size: small;
     list-style-type: none;
 }
 
 .LSRes {
      position: relative;
      bottom: 1px;
      right: 1px;
      background-color: white;
      border:  1px solid #AAA;
  }
  
#LSHighlight {
     color: #fff;
     background-color: #ddd;
}

