<style>
  #menu {
    border-bottom: 4px solid #E64C15;
    font-size: 1.1em;
  }

  #menu td {
    text-align: center;
    vertical-align: middle;
  }

  #menu a:link, #menu a:visited {
    text-decoration: none;
    color: #333;
  }
  #menu a:hover {
    color: #01752E; 
  }

  #menu .ActiveMenuLink a:link, #menu .ActiveMenuLink a:visited {
    color: white;
  }
  #menu .ActiveMenuLink a:Hover {
    color: #01752E;
  }
</style>
