
.hide_topics_text {
    display: none;
}

.hiddensubNav {
    position: absolute;
    z-index: 1000;
}

.ntb_hidden_menus {
    background-color: #E2E3E9;
    margin: 0px;
    padding: 0px;
    display: none;
    border-right: 1px solid #cbcccb;
    border-bottom: 1px solid #cbcccb;
    border-bottom-right-radius: 4px;
}

.ntb_hidden_menus li {
    list-style: none;
}

.showAllTopics,
.hide_topics_text {
    text-align: right;
    padding-right: 5px;
    margin-top: -19px;
    margin-bottom: 7px;
}

.showAllTopics a,
.hide_topics_text a {
    color: #fff;
}

.hideSubNav {
    display: none;
}