ul {
    list-style-type :   none;
    /*
    margin-left     :   0px;
    */
}

ul ul {
    list-style-type :   disc;
    /*
    margin-left     :   40px;
    */
}

ul ul ul {
    list-style-type :   circle;
}

ul li {
    font-weight     :   bold;
    font-size       :   14px;
    color           :   #000000;
    margin-top      :   20px;
    margin-left     :   -40px;
}

ul ul li {
    margin-top      :   0px;
    font-weight     :   bold;
    font-size       :   12px;
    margin-left     :   0px;
}

ul ul ul li a {
    font-weight     :   normal;
}
