﻿.active-parent {
    font-weight: bold;
}

.active-child {
    font-weight: bold;
}

ul.submenu {
    display: none;
}

li.active-parent > ul.submenu {
    display: block;
}
