.Navigation_Destr * .nested-list-item-name.active {
    background-color: #C55A11;
    color: #ffffff;
}

.Navigation_Destr * .nested-list-item-name {
background-color: #ffd39e;
    color: #C55A11;
}

.Navigation_Destr * .nested-list-item-name:hover {
   background-color: #C55A11; 
   color: #ffffff;
}