
div.uscscrollbox a:hover {
  cursor: pointer;
  background-color: #e7eff7;
}

.uscscrollbox {
  overflow: auto;
  max-height: 200px;
  min-width: 250px;
  position: absolute;
  background-color: #FFFFFF;
  z-index: 2;
  border-color : #00162E;
  border-width: 2px;
  border-style: solid;
  margin-top: -10px;
  border-radius: 5px;
 }
