
.UIServiceCategory_cot .ServiceCategory {
    background: #efefef none repeat scroll 0 0;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    margin: 0 0 10px;
}
.UIServiceCategory_cot .ServiceCategory .Title {
    display: none;
}
.UIServiceCategory_cot .ServiceCategory ul {
    border: medium none;
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.UIServiceCategory_cot .ServiceCategory ul li {
    background: rgba(0, 0, 0, 0) url("Images/i.gif") no-repeat scroll left center;
    border-radius: 5px;
    float: left;
    height: 30px;
    margin-left: 35px;
    width: 42%;
}
.UIServiceCategory_cot .ServiceCategory ul li a {
    color: #555;
    display: inline-block;
    font: bold 13px/30px arial;
    padding: 0 0 0 7px;
}
.UIServiceCategory_cot .ServiceCategory ul li a:hover {
    color: #004f9c;
}
