.main-menu-red ul {
  list-style-type: none;
  position: relative;
  display: block;
  height: 33px;
  font-size: 12px;
  background: url(images/bg.png) repeat-x top left;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  border: 1px solid #000;
  margin: 0;
  padding: 0;
  width: auto;
}
.main-menu-red li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
.main-menu-red li a {
  float: left;
  color: #A79787;
  text-decoration: none;
  height: 24px;
  padding: 9px 15px 0;
  font-weight: normal;
}
.main-menu-red li a:hover,
.main-menu-red .active {
  color: #fff;
  background: url(images/bg.png) repeat-x top left;
  text-decoration: none;
}
.main-menu-red .active a {
  color: #fff;
  font-weight: 700;
}
.main-menu-red ul {
  background-color: #B11718;
}
.main-menu-red li a:hover,
.main-menu-red li.active {
  background-color: #DE3330;
}
