* {
  border: none;
}

#menubar {
  width: 780px;
  position: relative;
  margin-left: 35px;
}

#menubar li {
  float: left;
  list-style-type: none;
  position: relative;
}

ol {
  left: 0;
  list-style-type: none;
  position: relative;
  top: 0;
  margin: 0;
  padding: 0;
}

.menu ol li {
  position: absolute;
}

#menubar a {
}

#menubar a.active {
}

.menu .options {
  padding-left: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background: #1c1e28;
  border-left: 1px solid #3c3f5a;
  border-right: 1px solid #3c3f5a;
  border-bottom: 1px solid #3c3f5a;
  z-index: 1;
  display: block;
  position: absolute;
  width: 124px;
  _width: 131px;
}

.menu .options li {
 list-style: none;
 background: none;
}

.menu .options li a:hover {
  text-decoration: none;
}

.menu li {
  list-style-type: none;
  position: relative;
  margin: 0;
  padding: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 9pt;
  line-height: 17px;
  font-family: arial;
}

.menu a {
  text-decoration: none;
  color: #dadbdc;
}

.menu a:hover {
  color: #ffffd3;
}

.menu_line {
  width: 109px;
  height: 1px;
  _height: 2px;
  background: #292c3b;
  border-bottom: 1px solid #1c1d23;
  margin-left: 5px;
  _margin-left: -5px;
  margin-top: 7px;
  margin-bottom: 7px;
  overflow: hidden;
}