
.UIServiceCategory_Default3 .ServiceCategory  {
    margin: 10px 0;
}
.UIServiceCategory_Default3 .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;
}
.UIServiceCategory_Default3 .ServiceCategory  .Content {
    background: #f4f4f4;
    height: auto;
}

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