

.gc-account-leftbar {
    background: rgb(243,195,23);
background: linear-gradient(0deg, rgba(243,195,23,1) 0%, rgba(131,100,72,1) 60%);
}

.gc-account-leftbar .gc-account-user-menu li a {
    background:inherit;
}

.gc-account-leftbar .gc-account-user-menu li a:hover {
    background:rgb(200,200,200,0.5);
}

.gc-account-leftbar .gc-account-user-submenu-bar 
{
    background:#ffffff;
}

.gc-account-user-submenu-bar .gc-account-user-submenu li a:hover {
    background: rgb(243,195,23);
}
