#widgets .sgr-custom-taxonomies-menu ul {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

#widgets .sgr-custom-taxonomies-menu > ul > li {
    background: none;
}

#widgets .sgr-custom-taxonomies-menu > ul > li > ul {
    background: none;
    margin-left: 25px;
}

#widgets .sgr-custom-taxonomies-menu ul li h3 {
    border-top: 2px solid #c30f08;
    display: block;
    width: 100%;
    font-size: 14px;
    padding-left: 12px;
    font-weight: normal;
    color: #c30f08;
    line-height: 1.3;
    margin-bottom: 0.3em;
    margin-top: 1em;
    box-sizing: border-box;
}

#widgets .sgr-custom-taxonomies-menu ul li h3, #widgets .sgr-custom-taxonomies-menu ul li h4 {
    background: url("../images/sprites-arrows.png") no-repeat scroll 95% -138px rgba(0, 0, 0, 0);
    padding: 0.3em 10% 0 20px;
    box-sizing: border-box;
}

#widgets .sgr-custom-taxonomies-menu ul li h3.open,
#widgets .sgr-custom-taxonomies-menu ul li h4.open{
    border-bottom:2px solid #e9e9e9;
    padding-bottom:0.3em;

}
#widgets .sgr-custom-taxonomies-menu ul li h3.open{
    background:url('../images/sprites-arrows.png') no-repeat 95% -185px;
}
#widgets .sgr-custom-taxonomies-menu ul li h4.open{
    background:url('../images/sprites-arrows.png') no-repeat 95% -37px;
    border-bottom:0px;
}
#widgets .sgr-custom-taxonomies-menu ul li h3:hover,
#widgets .sgr-custom-taxonomies-menu ul li h4:hover{
    cursor:pointer;
}
#widgets .sgr-custom-taxonomies-menu ul li h4.open:hover{
    background:url('../images/sprites-arrows.png') no-repeat 95% -185px;
    color:#c30f08;

}
#widgets .sgr-custom-taxonomies-menu ul li h3:hover,
#widgets .sgr-custom-taxonomies-menu ul li h3.closed:hover{
    color:#2d2d2d;
    background:url('../images/sprites-arrows.png') no-repeat 95% -88px;/* grey down*/

}

#widgets .sgr-custom-taxonomies-menu ul li h3.open:hover{
    color:#2d2d2d;
    background:url('../images/sprites-arrows.png') no-repeat 95% -37px;

}