@charset "utf-8";
/* CSS Document */


#menu table tr td a {
    text-decoration: none;
    color: white;
    font-weight:400;
}
#menu table tr td a:hover {
    text-decoration: none;
    color: #53e3d9;
    font-weight:400;
}

#menu {
    margin-top: 20px;
    z-index: 20;
    position: relative;
    width: 100%;
}