.uc-left-menu {
    text-decoration: none;
    transition: color 0.3s ease;
}

.uc-left-menu:hover {
    color: #007bff;
}