#marquee {
  border-top: 1px solid white;
  margin-right: 5px;
  overflow: hidden;
  position: relative;
}

#marquee h3 {
  background: #F6DC19;
  float: left;
  height: 31px;
  padding: 0 20px;
  margin: 0;
  font: bold 1em/31px Arial;
  z-index: 10;
}

#marqueeField {
  background: #004388;
  height: 31px;
  line-height: 31px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#marqueeText {
  position: absolute;
  left: 110%;
  white-space: nowrap;
  z-index: 1;
  display: block;
  height: 31px;
  line-height: 31px;
  color: white;
}

#marqueeText a.odd {
  color: #fff;
}
#marqueeText a.even {
  color: #a6d1ff;
}


