/* root element for accordion. decorated with rounded borders and gradient background image */

.toolsaccordion {
    width: 219px;
}

/* accordion header */

.toolsaccordion h2 {
    font-size: 1em;
    background: linear-gradient(to left, transparent, #97B2C3);
    font-weight: bold;
    cursor: pointer;
    color: #6c151d;
    margin-left: 0px;
    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;
    border-top: 1px solid #C3D1DA;
    border-bottom: 1px solid #C3D1DA;
}

.toolsaccordion h3 {
    font-size: .813em;
    background: linear-gradient(to left, transparent, #97B2C3);
    font-weight: bold;
    cursor: pointer;
    color: #6c151d;
    margin-left: 0px;
    width: 219px;
    padding-left: 19px;
    background-repeat: repeat-y;
    margin-bottom: 0px;
    margin-top: 1px;
    height: 25px;
    line-height: 110%;
    padding-top: 7px;
    padding-bottom: 10px;
    text-decoration: none;
    text-transform: uppercase;
    border-top: 1px solid #C3D1DA;
    border-bottom: 1px solid #C3D1DA;
}

.toolsaccordion h3 a:link, .toolsaccordion h3 a:visited {
    margin-left: 0;
    color: #6c151d;
    padding-left: 0px;
    display: block;
    width: 200px
}

.toolsaccordion h2.current {
    font-size: .875em;
    font-weight: normal;
    cursor: pointer;
    color: White;
    margin-left: 10px;
    margin-top: 0px;
    margin-bottom: 8px;
}

/* 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: 1em;
    color: #ffffff;
    background-image: url(images/wf_menuexpand.png);
}

.toolsaccordion A:link, .toolsaccordion A:visited, .toolsaccordion A:active {
    font-weight: bold;
    font-family: Arial;
    text-decoration: none;
    color: #152f3f;
    margin-left: 12px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 175px;
    padding-right: 10px;
}

.toolsaccordion A:hover {
    color: #69141c;
}

.pane a {
    font-size: .813em;
}

.pane a:hover:before, .pane a:active:before {
    margin-right: 3px;
    content: url(images/wf_menubullet.jpg);
}

.home {
    background: none;
    margin-top: 20px;
    margin-left: -12px;
    padding: 0px;
}

.home a:link, .home a:link:hover, .home a:link:active {
    font-size: .813em;
    background-image: url(images/wf_menuheader.jpg);
    font-weight: bold;
    cursor: pointer;
    color: #6c151d;
    margin-left: 0px;
    width: 219px;
    padding-left: 19px;
    background-repeat: no-repeat;
    margin-bottom: 0px;
    margin-top: 0px;
    height: 28px;
    line-height: 195%;
    padding-bottom: 0px;
    text-decoration: none;
    display: block;
}

.toolsaccordion H3 A:link, .toolsaccordion H3 A:visited {
    font-family: Arial;
}

.toolsaccordion H3 A:hover {}

.toolsaccordion H2 A:hover {
    color: #6c151d;
}

.toolsaccordion H2 A:link, .toolsaccordion H2 A:visited, .toolsaccordion H2 A:active {
    color: #6c151d;
}

.toolsaccordion H2 A:hover {}