.menu {
  background-color: #025cab;

  text-decoration: none;
}

span {
  padding-top: 4px;

  padding-right: 5px;
  padding-left: 5px;
  font-family: Verdana, Trebuchet-MS, Arial, Helvetica;
  font-weight: normal;
  font-size: 9pt;
  color: #ffffff;
}

span:hover {
  color: #e0775a;
}

a {
	text-decoration: none;
}

a.underline {
	text-decoration: underline;
}