
.ServiceCategory {
    margin: 10px 0 0 0;
}
.ServiceCategory .Title {
    background: #2d6701 none repeat scroll 0 0;
    border-radius: 3px 3px 0 0;
    color: #fff;
    font: bold 10pt/30px arial;
    height: 30px;
    padding-left: 20px;
    text-transform: uppercase;
    text-align:  center;
}
.ServiceCategory .Content {
    background: #f4f4f4;
    height: 250px;
}

.ServiceCategory ul { 
    list-style: outside none none;
    margin: 0 0 0 15px;
    padding: 5px; 
}
.ServiceCategory ul li {
    background: rgba(0, 0, 0, 0) url("Images/iconred.png") no-repeat scroll left center;
    padding: 5px 15px;
}
.ServiceCategory ul li a {
    color: #35393c;
    font: bold 13px/1.75 arial; 
}
.ServiceCategory ul li a:hover {
    color: #004f9c;
}
