
.UIServiceCategory_cot .ServiceCategory {
    background: #efefef none repeat scroll 0 0;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    height: 195px;
    margin: 0 0 10px;
}
.UIServiceCategory_cot .ServiceCategory .Title {
    display: none;
}
.UIServiceCategory_cot .ServiceCategory ul {
    border: medium none;
    display: block;
    height: auto;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.UIServiceCategory_cot .ServiceCategory ul li {
    background: rgba(0, 0, 0, 0) url("images/9.png") no-repeat scroll 0 0;
    border-radius: 5px;
    float: left;
    margin: 4px 4px 4px 10px;
    padding: 7px 15px;
    width: 44%;
}
.UIServiceCategory_cot .ServiceCategory ul li a {
    color: #555;
    display: inline-block;
    font: bold 13px arial;
    padding: 5px 5px 5px 10px;
}
.UIServiceCategory_cot .ServiceCategory ul li a:hover {
    color: #004f9c;
}
