.submenu ul{padding:0;margin:0;}.submenu ul li{list-style:none;}.submenu {
    background-color: #d6f5e2;
    padding: 0 15px;
    padding-bottom: 70px;
    margin-bottom: 15px;
}
.submenu ul li {
    border-bottom: 1px solid #fff;
    padding: 0 10px;
}
.submenu ul li:last-child {
    border: none;
}
.submenu ul li a {
    font-size: 12px;
    font-weight: 900;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6f6f6f;
    text-decoration: none !important;
}
.submenu-item-highlighted {
    background-color: #003c68;
}
.submenu-item-highlighted a,
.submenu-item-highlighted:hover a {
    color: #fff !important;
}


