ul.menu{
    width: 100%;
    text-align: center;
    margin:0;
    padding: 10px 0;
    border: solid black;
    border-width: 0 0 1px 0;
}
ul.menu li{
    list-style: none;
    display: inline;
    font-weight: bold;
    letter-spacing: 1mm;
    padding: 0 15px;
}
ul.menu li a{
    white-space: nowrap;
}