
/* root element for accordion. decorated with rounded borders and gradient background image */
.toolsaccordion {
    width: 100%;
}

    /* accordion header */

    .toolsaccordion h2 {
        font-size: 11px;
        font-weight: bold;
        cursor: pointer;
        color: #023769;
        margin-left: 4px;
        width: 219px;
        padding-left: 0px;
        background-repeat: no-repeat;
        margin-bottom: 0px;
        margin-top: 2px;
        height: 28px;
        line-height: 195%;
        padding-bottom: 0px;
        text-decoration: none;
        text-transform: uppercase;
    }

    .toolsaccordion h3 {
        font-size: 11px;
        font-weight: bold;
        cursor: pointer;
        color: #023769;
        width: 100%;
        background-repeat: no-repeat;
        margin-bottom: 0px;
        margin-top: 0px;
        height: 28px;
        line-height: 195%;
        padding-bottom: 0px;
        text-decoration: none;
        text-transform: uppercase;
        border-top: #ffffff solid 1px;
    }



        .toolsaccordion h3 a:link, .toolsaccordion h3 a:visited {
            margin-left: 0;
            color: #023769;
            display: block;
            width: 100%;
            line-height: 1;
        }


    /* accordion pane */
    .toolsaccordion div.pane {
        display: none;
    }

        /* entry inside pane with no link */
        .toolsaccordion div.pane div {
        }

        /* a title inside pane */
        .toolsaccordion div.pane h3 {
            font-weight: normal;
            margin: 0 0 -5px 0;
            font-size: 16px;
            color: #ffffff;
            background-image: url(images/wf_menuexpand.png);
        }

    .toolsaccordion A:link, .toolsaccordion A:visited, .toolsaccordion A:active {
        font-family: Verdana;
        text-decoration: none;
        color: #135da4;
        padding-left: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
       
    }

    .toolsaccordion A:hover {
        color: #96050b;
    }

.pane a:link {
}



.home {
    background: none;
    margin-top: 20px;
    margin-left: -12px;
    padding: 0px;
}




    .home a:link, .home a:link:hover, .home a:link:active, .home a:visited {
        font-size: 11px;
        font-weight: bold;
        cursor: pointer;
        color: #023769;
        margin-left: 0px;
        width: 219px;
        padding-left: 7px;
        background-repeat: no-repeat;
        margin-bottom: 0px;
        margin-top: 0px;
        height: 28px;
        line-height: 195%;
        padding-bottom: 0px;
        text-decoration: none;
        display: block;
    }
