.my-nav_red * .nested-list-item-name.active {
    background-color: #e60000;
        color: #ffffff;
}

.my-nav_red * .nested-list-item-name {
    color: #e60000;
}

.my-nav_red * .nested-list-item-name:hover {
    background-color: #e60000; 
        color: #ffffff;
}