#navi #main ul {
    background: url(/source/img/shadow.png) no-repeat bottom right;
    position: absolute;
    left: -11px;
    top: 26px;
    padding: 7px 10px 11px 0;
    display: none;
}
#navi #main ul li.current {
    background: #fff !important;
}
#navi #main ul li a:hover {
    border: 0;
    background: #fff !important;
}
#navi #main ul li.current span.sf-sub-indicator{
    background: url(/source/img/arrow_hover.gif) no-repeat 0px 0px;
}
#navi #main ul li {
    display: block;
    height: auto;
    width: 176px;
}
#navi #main ul ul {
    left: 176px;
    top: 0px;
    padding-top: 0;
}
#navi #main ul li a {
    text-transform: none;
    font-weight: normal;
    padding: 6px 20px 4px 10px;
    width: 146px;
    display: block;
    background: none !important;
    color: #003799;
    height: auto;
}
#navi #main ul li a:hover {
    background: #fff !important;
}
#navi #main ul li a:hover span.sf-sub-indicator{
    background: url(/source/img/arrow_hover.gif) no-repeat 0px 0px;    
}
.sf-sub-indicator {
    background: url(/source/img/arrow.gif) no-repeat 0px 0px;
    position: absolute;
    display: block;
    right: .75em;
    top: .58em;
    width: 10px;
    height: 10px;
    text-indent: -999em;
    overflow: hidden;
}


