
.ServiceCategory {
    margin: 10px 0 10px;
}
@media only screen and (max-width: 768px){
.ServiceCategory .Title {
    z-index: 0;
}
}
.ServiceCategory .Title {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ebf1f6+0,abd3ee+50,89c3eb+100,d5ebfb+100 */
    background: #ebf1f6;
    background: -moz-linear-gradient(top, #ebf1f6 0%,#88caf7 50%,#1b79b9 100%,#d5ebfb 100%);
    background: -webkit-linear-gradient(top, #ebf1f6 0%,#88caf7 50%,#1b79b9 100%,#d5ebfb 100%);
    background: linear-gradient(to bottom, #ebf1f6 0%,#88caf7 50%,#1b79b9 100%,#d5ebfb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=0 ); /* IE6-9 */
     
    color: #014679;
    text-align: center;
    font: bold 15px/35px tahoma; 
    padding: 0 6px;
    text-transform: uppercase;
    white-space: nowrap;
  	position: absolute;
    width: 765px;
    z-index: 9999;
}
.ServiceCategory ul { 
    border-radius: 0 0 5px 5px;
    height: auto;
    list-style: outside none none;
    margin: 0;
    padding: 40px 5px 5px 5px;
    height: 500px;
}
.ServiceCategory ul li {
    background: rgba(0, 0, 0, 0) url("images/i.gif") no-repeat scroll left center;
    padding: 7px 15px;
}
.ServiceCategory ul li a {
    color: #444444;
    font: bold 13px arial;
}
.ServiceCategory ul li a:hover {
    color: #004f9c;
}
