.menutitle {
    width: 100%;
    text-align: center;
    font-size: 18px;
    background: #ffffff;
}
.menu3 ul {
    padding: .2em 0;
    margin: 0;
    list-style-type: none;
    background-color: #ffffff;
    width: 100%;
    text-align: center;
}
.menu3 li {
    display: inline;
    padding: 1em;
    font-size: 12px;
    font-weight: bold;
}

.menu3 a:link { color: #61B329;  text-decoration: none; }
.menu3 a:visited { color: #61B329;  text-decoration: none; }
.menu3 a:hover {
        color: #698B69;  
        background: #ffffff;
        text-decoration: none; 
        }
