
.ServiceCategory {
    margin: 0 0 10px;
}
.ServiceCategory .Title {
    background: #2773d1 url(Images/t.png) no-repeat scroll right 5px center;
    border-bottom: 1px solid #ddd;
    height: 30px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    height: 30px;
    padding: 0 0 0 20px;
    text-transform: uppercase;
    line-height: 33px;
}
.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/i1.png") no-repeat scroll left center;
    padding: 6px 10px;
}
.ServiceCategory ul li a {
    color: #074f99 !important;
    font-size: 13px !important;
    font-weight: bold;
}
.ServiceCategory ul li a:hover {
	color: #e33c1c;
    border-bottom: 1px dashed #e33c1c;
    text-decoration: none;
}