
.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;
    display: none;
}
.ServiceCategory ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.ServiceCategory ul li:hover {
    background: #2f945d;
}
.ServiceCategory ul li:hover a{
    color: #fff;
}
.ServiceCategory ul li {
    background: #e6e8e8;
    padding: 10px 15px 10px 30px;
    margin: 0 0 10px 0 !important;
    border-radius: 10px;
    box-shadow:0 3px 3px #ccc;
    cursor: pointer;
    transition: all 1s;
}
.ServiceCategory ul li a {
    color: #2f945d;
    font: bold 14px arial;
    text-transform: uppercase;
}
