a.menu {
  color: #333333;
  font-size: 12px;
  font-weight:bold;
  text-decoration: none;
}

a.menu:visited {
  color: #333333;
  font-size: 12px;
  font-weight:bold;
}

a.menu:hover {
  color: #F27506;
  font-size: 12px;
  text-decoration: none;
  font-weight:bold;
}

a.menu:active {
  color: #F27506;
  font-size: 12px;
  text-decoration: none;
  font-weight:bold;
}

a.menuon {
  color: #333333;
  font-size: 12px;
  text-decoration: none;
  font-weight:bold;
}

a.menuon:visited {
  color: #333333;
  font-size: 12px;
  font-weight:bold;
}

a.menuon:hover {
  color: #F27506;
  font-size: 12px;
  text-decoration: none;
  font-weight:bold;
}

a.menuon:active {
  color: #F27506;
  font-size: 12px;
  text-decoration: none;
  font-weight:bold;
}

