.acGroup {
  float: left;
  position: relative;
}

.acDropDown {
  position: absolute;
  left: 0;
  top: 1.7em;
  display: block;
  opacity: .9;
}

.acDropDown ul {
  list-style: none inside;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.acDropDown li {
  display: block;
  padding: 2px 8px;
  border-bottom: 1px dotted #333366;
  cursor: default;
  white-space: nowrap;
}

.acDropDown li.yui-ac-highlight {
  background-color: #afae8c;
  cursor: pointer;
}

.acDropDown .yui-ac-content {
  background: #efeecc;
  border: 1px solid #333366;
  position: absolute;
  left: 0;
  top: 0;
  width: 16em;
  overflow: auto;
  text-align: left;
  z-index: 9050;
}

.acDropDown .yui-ac-shadow {
  position: absolute;
  left: 0;
  top: 0;
  margin: .3em;
  background: #a0a0a0;
  z-index: 9049;
}

.acDropDown .yui-ac-ft {
  font-size: 0.95em;
  font-variant: small-caps;
  padding-right: 1em;
  text-align: right;
}
