/* Enter Your Custom CSS Here */
nav.main-menu ul > li > a {
    width: 100%;
    display: block;
    padding: 8px 15px;
    text-decoration: underline;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
}
.main-menu a:link {
color: #000 !important;
text-decoration: none;
}