#DIVNotification + nav .modernMenuSubOptionTitle{
    display:flex;
    align-items:center;
    gap:4px;
    padding:0;
    margin:0;
    font-weight:400;
    font-size:12px

}

#DIVNotification + nav .modernMenuTop {
    min-height:60px;
}

#DIVNotification + nav .modernMenuTopOption{
    font-size:14px;
    display:flex;
    align-items:center;
    font-weight:600
}

#DIVNotification + nav .modernMenuTopOptionTitle{
    padding:7px 0;
    margin:0;
}

#DIVNotification + nav .modernMenulogoContainer {
    display:flex;
    align-items:center;
    height:60px;
    position: relative;
    margin-top: 0px; 
    margin-left: 0px; 
    z-index: 1;
    width:200px;
    margin-left:5px;
}

#DIVNotification + nav .modernMenulogo{
    width:146px;
    height: 36px;
}
#DIVNotification + nav .modernMenu{
    padding:0;
}
#DIVNotification + nav .modernMenuSubOptions{
    top:60px
}


/**/
.modernMenuDocumentPage .modernMenu{
    padding:0;
    margin:0;
    
}


.modernMenuDocumentPage .modernMenu .modernMenuTopOptionTitle{
    padding:0;
    margin:0;
    padding:7px 0px;
}

.modernMenuDocumentPage .modernMenuSubOptions {
    top:30px;
}

.cTabPanelLevel1 > table > tbody > tr > td > div > div > a.TabOn_Empty_On_Empty, .cTabPanelLevel1 > table > tbody > tr > td > div > div > a.TabOn_Empty_On_Off, .cTabPanelLevel1 > table > tbody > tr > td > div > div > a.TabOn_Any_On_Empty, .cTabPanelLevel1 > table > tbody > tr > td > div > div > a.TabOn_Any_On_Off {
    color: var(--base-white);
    background-color: var(--brand-450);
    border: 1px solid var(--brand-600);
    cursor: default;
}

.cTabPanelLevel1 > table > tbody > tr > td > div > div > a.TabOff_Empty_Off_Empty, .cTabPanelLevel1 > table > tbody > tr > td > div > div > a.TabOff_Empty_Off_On, .cTabPanelLevel1 > table > tbody > tr > td > div > div > a.TabOff_Empty_Off_Off, .cTabPanelLevel1 > table > tbody > tr > td > div > div > a.TabOff_Any_Off_Empty, .cTabPanelLevel1 > table > tbody > tr > td > div > div > a.TabOff_Any_Off_On, .cTabPanelLevel1 > table > tbody > tr > td > div > div > a.TabOff_Any_Off_Off, .cTabPanelLevel1 > table > tbody > tr > td > div > div > a.TabOff_Off_Off_Off {
    color: var(--base-neutral-400);
    background-color: var(--brand-475);
    border: 1px solid var(--base-neutral-400);
}

a.NormalButton:hover {
    background-color: var(--brand-475) !important;
}