/* CSS Document */

.MainMenu {
  height: 30px;
  font-weight: bold;
  text-align: center;
}

.MainMenuTab {
  width: 100%;
}

.MainMenuBorder {
  width: 15px;
  background-repeat: no-repeat;
}

.MainMenuBorderLeft {
  background-image: url('../img/layout/menu/main_menu_border_left.gif');
  background-position: top right;
}

.MainMenuBorderRight {
  background-image: url('../img/layout/menu/main_menu_border_right.gif');
  background-position: top left;
}

.MainMenuCell {
  width: 20px;
  height: 30px;
  font-size: 11px;
  font-weight: bold;
  vertical-align: top;
  padding-left: 5px;
  padding-right: 5px;
}

.MainMenuActiveCell {
  background: url('../img/layout/menu/main_menu_bg.gif');
  padding-top: 8px;
}

.MainMenuInactiveCell {
  background: none;
  padding-top: 5px;
}

a.MenuHref {
  color: #202020;
  text-decoration: none;
}

a.MenuHref:hover {
  color: #202020;
}
