.cms-left-bar-categories h3 a {
    text-align: left;
    line-height: 30px;
    color: #666;
    font-weight: 700;
    font-size: 15px;
}
.cms-left-bar-categories li a {
    color: #008EA3;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none;
}
.cms-left-bar-categories h3 a:hover {

    color: #008EA3;

}
.cms-left-bar-categories li a:hover {
    color: #666;

}
.cms-left-bar-categories li {
    list-style: none;
    margin: 0;
}