#menu {
  width: 780px;
  background-color: #0e4588;
}
#menu table { 
  margin: 0 auto;
 }
#menu div.section {
  margin: 0 auto;

    position: absolute;
    display: inline;
    z-index: -1;
}
#menu div.box {
    background-color: #0b386e; /* make submenu a bit darker */
    border-color: #061e3b;
    border-width: 1px;
    border-style: none none solid none;
    position: relative;
    visibility: hidden;
    min-width: 10em;
    width: auto;
}
#menu a {
    font-family: verdana;
    font-size: 10px;
    color: #ffffff;
    text-decoration: none;
  
    display: block;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 6px;
    padding-right: 6px;
}
#menu a:hover {
    font-family: verdana;
    font-size: 10px;
    background-color: #092b54; /* darken background */
    text-decoration: none;
}

