ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    padding-left: 1.5em;
    text-indent: -1.2em;
}

    li:before {
        content: "•   ";
        color: #555555; /* or whatever color you prefer */
        padding-right: 7px;
        /* text-indent: 52px; */
    }


    li a {
        text-decoration: none;
        color: black;
        font-weight: bold;
        line-height: 16px;
        color:#005fa3;
        text-decoration: underline;
        font-weight: normal;

    }

        li a:hover {
            text-decoration: underline;
        }


       .accordion.sub  .ui-state-default,  .accordion.sub .ui-widget-content .ui-state-default,  .accordion.sub .ui-widget-header .ui-state-default {
     border: 1px solid white;
    background: white;
    font-weight: normal;
    color: #5c6e86;
    text-transform:uppercase;
     border-bottom: 1px dotted  #aaa;
}

       .accordion.sub  .ui-state-active,  .accordion.sub .ui-widget-content .ui-state-active,   .accordion.sub .ui-widget-header .ui-state-active {
    border: 1px solid white;
    background: white;
    font-weight: bold;
    color: #5c6e86;
    text-transform:uppercase;
}

              .accordion.sub  .ui-state-hover ,  .accordion.sub .ui-widget-content .ui-state-hover,   .accordion.sub .ui-widget-header .ui-state-hover {
    font-weight: bold;
}

   

    .accordion.sub   .ui-widget-content {
    border: 0px solid #aaa;
    background: #fff;
    color: #222;
}

  .accordion.sub .ui-state-active .ui-icon {
    background-image: url("http://testmaker.if-at.com/home/content/scripts/jquery/jquery-ui-1.9.2.custom/css/epstein/images/ui-icons_888888_256x240.png");
}

    .accordion.sub .ui-state-hover .ui-icon {
    background-image: url("http://testmaker.if-at.com/home/content/scripts/jquery/jquery-ui-1.9.2.custom/css/epstein/images/ui-icons_888888_256x240.png");
}


   .accordion.sub .ui-accordion-content.ui-helper-reset.ui-widget-content.ui-corner-bottom.ui-accordion-content-active{
    padding: 0em 2.2em;
    border-top: 0;
    overflow: auto;
    zoom: 1;
}


   .ui-accordion .ui-accordion-content {
    /*padding-bottom: 30px;*/
    
}