﻿        .ACC_Header {
        }

        .accordion {
            list-style-type: none;
            padding: 0;
            margin: 0 0 0px;
            border-top: none;
            border-left: none;
            width: 177px;
            float: right;
        }

            .accordion ul {
                padding: 0;
                margin: 0;
                float: left;
                display: block;
                width: 100%;
            }

            .accordion li {
                text-align: left;
                cursor: pointer;
                list-style-type: none;
                padding: 0;
                margin: 0;
                float: left;
                display: block;
                width: 100%;
            }

                .accordion li.active > a {
                    background: url('close.gif') no-repeat center right;
                }

                .accordion li div {
                    display: block;
                    clear: both;
                    float: left;
                    width: 100%;
                }

            .accordion a {
                text-decoration: none;
                border-bottom: 1px dotted #babbbb;
                font: bold 12px Arial;
                color: #fff;
                
                display: block;
                cursor: pointer;
                background: url('open.gif') no-repeat center right;
            }

            /* Level 2 */
            .accordion li ul li {
                font-size: 11px;
                color: white;
                height: 27px;
            }

        a:visited, a:hover, a:active {
            text-decoration: none;
        }


        a.ACC_Header, a.ACC_Header:visited, a.ACC_Header:hover {
            background-color: #009430;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -khtml-border-radius: 5px;
            border-radius: 5px;
            color: white;
            margin-bottom :5px;
        }
        .accordion2 {
        
            border-color: -moz-use-text-color #BABBBB #BABBBB -moz-use-text-color;
            border-image: none;
           
            float: right;
            list-style-type: none;
            margin: 0 0 30px;
            padding: 0;
            width: 100%;

        }

            .accordion2 ul {
                padding: 0;
                margin: 0;
                float: left;
                display: block;
                width: 100%;
                margin-bottom :5px;
            }

            .accordion2 li {
                text-align: left;
               
                cursor: pointer;
                list-style-type: none;
                padding: 0;
                margin: 0;
                float: left;
                display: block;
                width: 100%;
            }

                .accordion2 li.active > a {
                    
                }

                .accordion2 li div {
                    /*background: #d3d3d3;*/
                    display: block;
                    clear: both;
                    float: left;
                    width: 100%;
                    
                }

            .accordion2 a {
                text-decoration: none;
                border-bottom: 1px dotted #babbbb;
                font: bold 11px Arial, sans-serif;
                color: #fff;
                padding: 0 10px;
                display: block;
                cursor: pointer;
            }

            /* Level 2 */
            .accordion2 li ul li {
                /*background: #848485;*/
                font-size: 0.9em;
                color: white;
               
            }

        a:visited, a:hover, a:active {
            text-decoration: none;
        }
