#title {
    background: var(--th-col-3)!important; /*  Theme color 3  */  
}

#menu li a {
    text-shadow: none!important;
    background: white!important;
}

#menu li.act a {
    color: white!important;
    background-color: var(--th-col-5)!important;
    /*this?*/
}

.standard-button {
    background: var(--th-col-3)!important;
    opacity: 1!important;
}

    .standard-button:hover {
        opacity: 1;
        text-decoration: none !important;
    }

    .standard-button:active {
        background-image: linear-gradient(#06C, #5D9BCE); background-image: linear-gradient(var(--th-col-1), var(--th-col-3)); /* Theme colors 1>3 */
        transform: translateX(1px) translateY(1px);
    }

.list_Even a, .list_Odd a 
{
	color: #06c!important;
}