.menu-red.current a, .menu-red a:hover, .menu-red:hover a
{
    color: #fc1e16!important;
}

.menu-red a::before
{
    background: #fc1e16!important;
}

.menu-yellow.current a, .menu-yellow a:hover, .menu-yellow:hover a
{
    color: #fcd408!important;
}

.menu-yellow a::before
{
    background: #fcd408!important;
}

.menu-green.current a, .menu-green a:hover, .menu-green:hover a
{
    color: #029261!important;
}

.menu-green a::before
{
    background: #029261!important;
}

.menu-blue.current a, .menu-blue a:hover, .menu-blue:hover a
{
    color: #0197ba!important;
}

.menu-blue a::before
{
    background: #0197ba!important;
}

.menu-orange.current a, .menu-orange a:hover, .menu-orange:hover a
{
    color: #fe9306!important;
}

.menu-orange a::before
{
    background: #fe9306!important;
}

.some
{
    opacity: 0;
}

.some:hover a, .some a:hover
{
    cursor: context-menu;
}