
.UIServiceCategory_Default2 .ServiceCategory {
    margin: 10px 0;
}
.UIServiceCategory_Default2 .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;
    display: none;
}
.UIServiceCategory_Default2 .ServiceCategory .Content {
    background: #f4f4f4;
    height: 300px;
    margin-top: 34px;
}

.UIServiceCategory_Default2 .ServiceCategory ul { 
    list-style: outside none none;
    margin: 0 0 0 15px;
    padding: 5px; 
}
.UIServiceCategory_Default2 .ServiceCategory ul li {
     background: none;  
    padding: 5px 15px;
}
.UIServiceCategory_Default2 .ServiceCategory ul li a {
    color: #2c6600;
    font: bold 13px/1.75 arial;
}
.UIServiceCategory_Default2 .ServiceCategory ul li a:hover {
    color: #004f9c;
}
