
.ServiceCategory {
    #background: url(images/bg-verticalmenu.png), linear-gradient(#fbf4dc, #fff);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border-radius: 4px;
    margin-top: 5px;
}
.ServiceCategory .Title {
    /* background: rgba(0, 0, 0, 0) url("images/menutop.jpg") repeat scroll center center; */
    /* border: 1px solid #0084d6; */
    #border-radius: 5px 5px 0 0;
    #color: rgb(255, 255, 255);
    #text-transform: uppercase;
    #white-space: nowrap;
    #padding-left: 5px;
    #font: bold 10pt/25px arial;
    #color: #FFF;
    border-bottom: 2px solid #B80002;
}
.ServiceCategory .Title span {
     color: white;
     display: inline-block;
     font: bold 10pt/30px Arial;
     padding: 0px 10px 0px 35px;
     text-transform: uppercase;
     white-space: nowrap;
     /* background: #B80002; */
     position: relative;
     background-image: url(images/ic-title.png);
     background-position: left center;
     background-position-x: 5px;
     background-repeat: no-repeat;
}
.ServiceCategory .Title span:before {
    position: absolute;
    content: '';
    left: 100%;
    bottom: 0;
    width: 20px;
    height: 100%;
    display: inline-block;
    /* border-bottom: 30px #B80002 solid; */
    border-left: 0px transparent solid;
    border-right: 18px transparent solid;
}
.ServiceCategory .Title span:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    right: 0;
    height: 2px;
    #background: linear-gradient(45deg,#da1f08, rgba(244, 230, 111, 0%));
}
.ServiceCategory ul {
    /* border: 1px solid #e0e0e0; */
    list-style: outside none none;
    margin: 0;
    padding: 3px;
}
.ServiceCategory ul li {
    background: rgba(0, 0, 0, 0) url("images/i.gif") no-repeat scroll left center;
    /* padding: 3px 13px; */
}
.ServiceCategory ul li:not(:last-child) {
    /* border-bottom: 1px dashed rgba(0, 0, 0, 0.2); */
}
.ServiceCategory ul li a {
    background: url('images/bulletmenungang.png') center left no-repeat;
    border: medium none;
    color: #424242 !important;
    font: bold 10pt/25px arial;
    height: 25px;
    margin: 0;
    padding-left:5px;
    text-transform: none;
}
.ServiceCategory ul li a:hover {
    /* color: #004f9c; */
    text-decoration: none;
    color: #da1f08 !important;
}

.ServiceCategory {
    #background: url(images/bg-verticalmenu.png), linear-gradient(#fbf4dc, #fff);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border-radius: 4px;
    margin-top: 5px;
  margin-bottom:10px;
}
.ServiceCategory .Content {
  padding:0px !important
}
.ServiceCategory .Title {
    /
    background: #b80002;
    background: linear-gradient(#407fa6, #146ca3);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: inset 0px 1px 2px rgb(255 255 255 / 40%);
    color: #fff;
    border-radius: 3px 3px 0 0;
    border-bottom: 2px solid #1d4056;
}
.ServiceCategory .Title span {
     color: white;
     display: inline-block;
     font: bold 10pt/30px Arial;
     padding: 0px 10px 0px 10px;
     text-transform: uppercase;
     white-space: nowrap;
     /* background: #B80002; */
     position: relative;
     /* background-image: url(images/ic-title.png); */
     background-position: left center;
     background-position-x: 5px;
     background-repeat: no-repeat;
}
.ServiceCategory .Title span:before {
    position: absolute;
    content: '';
    left: 100%;
    bottom: 0;
    width: 20px;
    height: 100%;
    display: inline-block;
    /* border-bottom: 30px #B80002 solid; */
    border-left: 0px transparent solid;
    border-right: 18px transparent solid;
}
.ServiceCategory .Title span:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    right: 0;
    height: 2px;
    #background: linear-gradient(45deg,#da1f08, rgba(244, 230, 111, 0%));
}
.ServiceCategory ul {
    /* border: 1px solid #e0e0e0; */
    list-style: outside none none;
    margin: 0;
    padding: 3px;
}
.ServiceCategory .nav {
    color: #b80002;
    background:#fff;
    display: block;
    margin: 0;
    padding: 0;
    background: #eaf6ff;
}
.ServiceCategory ul li {
  border-bottom: 1px solid #ddd;
  #margin: 2px;
  padding: 5px 5px 5px 15px;
  position: relative;
  margin-left: 0px !important;
  
  }
.ServiceCategory ul li:not(:last-child) {
    /* border-bottom: 1px dashed rgba(0, 0, 0, 0.2); */
}
.ServiceCategory ul li a {
    background: url('images/bulletmenungang.png') center left no-repeat;
    border: medium none;
    color: #424242 !important;
    font: bold 11pt/28px arial;
    height: 25px;
    margin: 0;
    padding-left:5px;
    text-transform: none;
}
.ServiceCategory ul li a:before{
  content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    background: #c51404;
    transform: rotate(45deg);
    float: left;
    margin: 12px 5px 0 0;
    border-radius: 1px;
  
}
.ServiceCategory ul li a:hover {
    /* color: #004f9c; */
    text-decoration: none;
    color: #146ca3!important;
}
