#example1 {
            margin: 0;
            padding: 0;
            width: 200px;
            list-style-type: none;
            line-height: 120%;
        }

        #example1 .closed {
            background-image: url(../img/ha-down-red.gif);
        }

        #example1 .closed, #example1 .opened {
            padding-right: 10px;
            background-position: 98% 50%;
            background-repeat: no-repeat;
        }

        #example1 .header {
            background-color: #7B7B7B;
        }

        #example1 .opened {
            background-image: url(../img/ha-up-blue.gif);
        }

        #example1 a {
            display: block;
            font-weight: bold;
            text-decoration: none;
        }

        #example1 a.hover {
            border-top: 1px solid #5F5F5F;
            border-bottom: 1px solid #7B7B7B;
            background-color: #7B7B7B;
            color: #FFFFFF;
        }

        #example1 ul {

            margin: 0;
            padding: 0;
            overflow: hidden;
        }

        #example1 li {
            margin: 0;
            padding: 0;
            list-style-type: none;
            background-color: #848484;
            color: #FFFFFF;
        }

        #example1 li a {
            padding: 2px 10px 2px 4px;
            border-top: 1px solid #9A9A9A;
            border-left: 1px solid #9A9A9A;
            border-right: 1px solid #696969;
            border-bottom: 1px solid #757575;
            background-color: #848484;
            color: #020207;
        }

        #example1 li.active a, #example1 li li.active a {
            border-top: 1px solid #5F5F5F;
            border-bottom: 1px solid #7B7B7B;
            border-left: 1px solid #757575;
            border-right: 1px solid #9A9A9A;
            background-color: #404040;
            color: #FFFFFF;
        }

        #example1 li.active li a, #example1 li li a {
            padding: 2px 4px 2px 8px;
            border-top: 1px solid #696969;
            border-left: 1px solid #696969;
            border-right: 1px solid #8A8A8A;
            border-bottom: 1px solid #7B7B7B;
            background-color: #757575;
            color: #FFFFFF;
        }
#example2 {
                font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
    font-size: 80%;
    margin: 0;
    padding: 0;
    width: 97%;
    margin-left: 1px;
    list-style-type: none;
    background-color: #FFFFFF;
    color: #000000;
    line-height: 120%;
        }

        #example2 a {
            display: block;
            font-weight: normal;
            text-decoration: none;
        }

        #example2 ul {
                overflow: hidden;
    height: 567px;
    margin: 0;
    padding: 0;
        }

        #example2 li {
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

        #example2 li a {
            font-weight: bold;
            width: 873px;
            padding: 5px 0 0 15px;
            display: block;
            color: #000000;
            background-image: url(img/ha-header.jpg);
            height: 25px;
        }

        #example2 li a.closed {
            color: #000000 !important;
            background-image: url(img/ha-header.jpg) !important;
        }

        #example2 li.firstitem a.closed {
            color: #000000 !important;
            background-image: url(img/ha-header-first.jpg) !important;
        }

        #example2 li.lastitem a.closed {
            color: #000000 !important;
            background-image: url(img/ha-header-last.jpg) !important;
        }

        #example2 li li {
           /* border-left: 1px solid #E5E5E5;
            border-right: 1px solid #E5E5E5;*/
            padding: 10px 15px 0 15px;
            
        }

        #example2 li a.opened {
            background-image: url(img/ha-header-active.jpg);
            color: #FFFFFF;
        }

        #example2 li.firstitem a.opened {
            background-image: url(img/ha-header-first-active.jpg);
            color: #FFFFFF;
        }

        #example2 li.lastitem li {
            margin-bottom: -4px;
        }

        #example2 li.lastitem ul {
            background-image: url(img/ha-footer.jpg);
            background-repeat: no-repeat;
            background-position: bottom;
            padding-bottom: 4px;
        }
