
.ServiceCategory {
    margin: 20px 0 10px;
}
.ServiceCategory .Title {
    background: #0681c9 url(images/bar.png) no-repeat scroll right center;
    border-radius: 5px 5px 0 0;
    height: 26px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    padding-left: 20px;
    line-height: 26px;
    color: #ffffff;
}
.ServiceCategory ul {
    border: 1px solid #e0e0e0;
    list-style: outside none none;
    margin: 0;
    padding: 3px;
    
    overflow-y: scroll;
}
.ServiceCategory ul::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}
.ServiceCategory ul::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius:5px;
}
.ServiceCategory ul li {
    background: rgba(0, 0, 0, 0) url("images/icon.png") no-repeat scroll left center;
    padding: 5px 5px 5px 13px;
}
.ServiceCategory ul li a {
    color: #444444;
    font: 13px arial;
}
.ServiceCategory ul li a:hover {
    color: #004f9c;
}
