.ServiceCategory {
        margin: 10px 0 10px;
}
.ServiceCategory .Title {
        background: #009ee3;
        height: 36px;
        border-radius: 5px 5px 0 0;
}
.ServiceCategory .Title #scccacdichvu{
        padding: 0px 20px;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        white-space: nowrap;
        line-height: 37px;
        background-color: #eb0000;
        border-radius: 5px 5px 0 0;
        position: relative;
}
.ServiceCategory .Title #scccacdichvu:before{
        content: url(images/icon_aftertit.png);
        position: absolute;
        left: 45%;
        bottom: -19px;
}
.ServiceCategory ul {
        list-style: outside none none;
        margin: 0;
        padding: 5px;
        border: 1px solid #009ee3;
        background: #f0f9fe;
}
.ServiceCategory ul li {
        background: rgba(0, 0, 0, 0) url("images/icon_lidvdm.png") no-repeat scroll left center;
        padding: 6px 10px;
}
.ServiceCategory ul li a {
        color: #444444;
        font-size: 14px;
}
.ServiceCategory ul li a span{
        font-size:15px;
        color:#009ee3;
}
.ServiceCategory ul li a:hover {
        color: #cc0000;
}
