
.ServiceCategory {
    margin: 0 0 10px;
}
.ServiceCategory .Title {
    background: rgba(0, 0, 0, 0) url("images/bar.png") no-repeat scroll left bottom;
    border-radius: 5px 0 0;
    color: #fff;
    font: bold 9pt/24px arial;
    height: 24px;
    padding: 0 6px;
    text-transform: uppercase;
    white-space: nowrap;
}
.ServiceCategory ul {
    border: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
    height: 185px;
    list-style: outside none none;
    margin: 0;
    padding: 5px;
}
.ServiceCategory ul li {
    background: rgba(0, 0, 0, 0) url("images/i.gif") no-repeat scroll left center;
    padding: 7px 15px;
}
.ServiceCategory ul li a {
    color: #444444;
    font: 13px arial;
}
.ServiceCategory ul li a:hover {
    color: #004f9c;
}
