/* root element for accordion. decorated with rounded borders and gradient background image */

.toolsaccordion {
    background: none;
    width: 100%;
}

/* accordion header */

.toolsaccordion h3 {
    width: 100%;
    margin-left: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    padding-bottom: 15px;
}

.toolsaccordion h3 a:link, .toolsaccordion h3 a:visited {
    line-height: 1;
    font-family: Verdana;
    font-size: 16px;
    font-weight: Normal;
    cursor: pointer;
    color: white;
    width: 195px;
    height: 16px;
    margin-top: 0px;
    margin-bottom: 20px;
    border: 0;
    padding-bottom: 0px;
}

/* currently active header */

/* accordion pane */

#dnn_siteMenu .pane {
    display: none;
    background-color: #d8d0bf;
    font-size: 12px;
    width: 100%;
    color: white;
    margin: 0 0 15px 15px;
}

#dnn_siteMenu #home .pane{
    display:none !important;
}

/* entry inside pane with no link */

.toolsaccordion div.pane div {
    color: #ffffff;
}

/* a title inside pane */

.toolsaccordion div.pane h3 {
    font-weight: normal;
    margin: 0 0 -5px 0;
    font-size: 16px;
    color: #999999;
}

.toolsaccordion A:link, .toolsaccordion A:visited, .toolsaccordion A:active {
    color: #19407c;
    font-weight: bold;
    font-family: Arial;
    text-decoration: none;
    margin-bottom: 5px;
}

.pane a:link, .pane a:visited {
    color: #012b4b;
    line-height: 120%;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 0px;
    padding-left: 10px;
}

.pane a:link:hover, .pane a:link:active {
    color: #ffffff;
    background-color: #afa184;
    width: 100%;
}