/* First level dropdown */
.clean-nested-menu li {
    list-style-type: none;
}
ul.clean-nested-menu > li > a.menu-link {
    font-weight: bold;
}
ul.clean-nested-menu .sub-menu li:not(:last-child) {
    border-bottom: 1px solid black;
    margin-bottom: 3px;
}