.dropdown {
  font-family: "Trebuchet MS";
  font-size: 13px;
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 5px;
  background: url('../images/pulldown.png') no-repeat left center;
  width: 63px;
  height: 32px;
  float: left;
  cursor: pointer;
  position: relative;
}
.dropdown.hover {  }

.dropdown .selectedOption {
  color: #555;
  width: 63px;
  height: 32px;
  background-color: transparent;
}

.dropdown .selectedOption div {
  padding-left: 22px;
  padding-top: 6px;
  width: 63px;
  height: 32px;
  background-color: transparent;
}

.dropdown .ulsWrapper {
  border: groove 2px black;
  padding: 6px 0 5px 0;
  background: #f4f4f4;
  z-index: 1000;
  position: absolute;
  width: 60px;
  margin-left: -2px;
  top: 22px;
  font-weight: bold;
}
.dropdown ul { float: left; margin-left: -2px; border: none; clear: none; height: auto; padding: 0; }

.dropdown li { padding: 0; border: none; background: transparent; }
.dropdown li:hover { background: #ddd; }
.dropdown img { float: left; width: 30px; margin: 3px 7px; }
.dropdown ul div { clear: both; width: 100%; height: 1px; }
.dropdown a { padding: 2px 0 2px 6px; text-decoration: none; font-weight: bold; font-size: 13px; display: block; font-size: 13px; color: #555; }
.dropdown li:hover a { text-decoration: underline; }
.dropdown a.disabled { color: #999; }

div.link-popup img.linkarrow {
  margin-top: 4px;
  margin-right: 4px;
}

div.link-popup a {
  color: black;
  font-weight: normal;
  text-decoration: none;
}
div.link-popup a:hover {
  text-decoration: underline;
}

