.dropStyle {
	 background-color:white;
	 border:thin  solid gray;
	 colorlack;height:150px;
	 overflow:auto;position:
	 absolute;
	 width:58px;
	 z-index:999;
}
.item {
}
.item2 {
}

.focus {
  background-color:navy;
  color:white;
}

.item[aria-disabled="true"] {
  color: grey;
}
.item2[aria2-disabled="true"] {
  color: grey;
}
.offscreen {
   position: absolute;
  left: -9000px;
  width: 0;
  overflow: hidden;
}