.menu_left {
  position: absolute;
  margin-top: 153px;
  margin-left: 0px;
  width: 12px;
  height: 26px;
  background: url(../img/menu_left.jpg) no-repeat top left;
}

.menu_right {
  position: absolute;
  margin-top: 153px;
  margin-left: 803px;
  width: 9px;
  height: 26px;
  background: url(../img/menu_right.jpg) no-repeat top left;
}

.menu {
  position: absolute;
  margin-top: 153px;
  margin-left: 12px;
  width: 791px;
  height: 26px;
  background-color: #799699;
}

.menu ul {
  list-style-type: none;
  padding-left: 2px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0px;
}

.menu li {
  float: left;
  padding-right: 1px;
  padding-top: 3px;
}

.menu a:link {
  display: block;
  width: 110px;
  background-color: #556F7C;
  color: #ffffff;
  font-style: italic;
  font-weight: bold;
  font-size: 9px;
  text-decoration: none;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}

.menu a:visited {
  display: block;
  width: 110px;
  background-color: #556F7C;
  color: #ffffff;
  font-style: italic;
  font-weight: bold;
  font-size: 9px;
  text-decoration: none;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}

.menu a:hover {
  display: block;
  width: 110px;
  background-color: #183882;
  color: #ffffff;
  font-style: italic;
  font-weight: bold;
  font-size: 9px;
  text-decoration: none;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}
