#gva {
  width: 740px;
  height: 50px;
  background: url(/img/globalvideoarchive.png) top left no-repeat;
  font: 10px/13px Arial, Helvetica, Sans-serif;
  color: #ffffff;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}
#gva div {
  position: absolute;
  left: 240px;
  top: 5px;
  width: 480px;
}
#tabs {
  width: 740px;
  height: 50px;
  cursor: default;
}
#tabs ul {
  height: 20px;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#tabs ul li {
  width: 120px;
  height: 20px;
  float: left;
  background-image: url(/img/tab.png);
  background-repeat: no-repeat;
  text-align: center;
}
#tabs ul .on {
  background-position: top left;
}
#tabs ul .off {
  background-position: bottom left;
}
#tabs ul .on a {
  font: bold 10px Verdana, Arial, Helvetica, Sans-serif;
  color: #ffffff;
  text-decoration: none;
}
#tabs ul .off a {
  font: bold 10px Verdana, Arial, Helvetica, Sans-serif;
  color: #325a94;
  text-decoration: none;
}
#tabs #dl {
  height: 22px !important; height: 30px;
  background-color: #2d82ff;
  font: 10px Arial, Helvetica, Sans-serif;
  color: #ffffff;
  padding: 8px 0px 0px 12px;
}
#tabs #dl a {
  font: 10px/15px Arial, Helvetica, Sans-serif;
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px dotted #ffffff;
}

