h1 {
  font-size: 1.1em;
}

#lexiconObject {
  text-align: left;
  z-index: 1000000;
}

#lexiconObject div {
  position: relative;
}

#lexiconObject .lexiconObject_arrow {   /* Left div for the small arrow */
  background: url('../img/arrow_lexicon.gif') center left no-repeat;
  height:30px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 16px;
  z-index: 1000005;
}

#lexiconObject .lexiconObject_content {
  background: #fff;
  border: 2px solid #b9bb7c;
  left: 14px; /* 16px arrow witdth - 2px border */
  min-height: 100px;
  height: 100px; /* IE Hack */
  overflow: hidden; /* Hide overflow content */
  padding: 8px;
  position: absolute;
  top: -70px;
  width: 220px;	/* Width of tooltip content */
  z-index: 1000001;
}

.lexicon-link {
    text-decoration: underline;
}

