
.ServiceCategory {
    margin: 0 0 10px;
}
.ServiceCategory .Title {
    background: url("Images/n.png") no-repeat scroll right 5px center, rgba(0, 0, 0, 0) url("Images/bar.png") repeat-x scroll 0 0;
    border-radius: 5px 5px 0 0;
    height: 26px;
    color: #fff;
    font: bold 14px/26px arial;
    padding: 0 0 0 20px;
    text-transform: uppercase;
    white-space: nowrap;
}
.ServiceCategory ul {
    border: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
    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;
}
