.catListTitle{
    height: 30px;
    background: #39f;
    text-align: center;
    line-height: 35px;
    color: white !important;
    font-size: 15px;
    border: none !important;
    margin-bottom:0 !important;
}
.catListTitle+ul {
    box-shadow: 1px 2px 9px 1px #8080803d;
}
.catListTitle+ul>li {
    padding: 10px;
    background:white;
}