.menu {   
  display: block;
  height: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #000;
  list-style: none;
}

.menu a {
  text-decoration: none;
  height: 20px;
  display: block;
}

.menu a:hover {
  color: #FFF;
  text-decoration: underline;
  background: #25a14b;
}

.menu a:active {
  color: #FFF;
  text-decoration: underline;
  background: #25a14b;
}

.desc_menu {
  position: relative;
  top: 3px;
}

.menu_header {
  #position: relative;  #top: -50%;
  font-size: 10px;
  line-height: 1;
  margin-bottom: 0px;
}

.menu_link a {
  text-decoration: none;
  color: #000;
}

.menu_link a:hover {
  text-decoration: underline;
  color: #000;
}

.form_error {
  border: 2px solid #f00 !important; 
  margin-right: 5px !important;
}
