
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
    direction: ltr ;
}

.sf-menu {
    /*height: 31px;
    margin-right: 0px;
    padding-top: 0px;*/
}

.sf-menu a {
        display: block;
        float: right;
        position: relative;
        text-decoration: none;
        display: block;
        color: white;
        height: 36px;
        font: 500 9pt/36px tahoma;
        padding: 0 11px;
        zoom: 1; /* IE7 */
    }

    .sf-menu ul {
        position: absolute;
        display: none;
        top: 100%;
        right: 0;
        z-index: 99;
        min-width: 8em;
    }

    .sf-menu li {
        position: relative;
        /*white-space: nowrap;*/
        /*-webkit-transition: background .2s;*/
    }

    .sf-menu > li {
        float: right;       
    }

        .sf-menu > li > a:hover {
            color: #ffc300;
            text-shadow:0 0 1px #888;
        }



    

    .sf-menu ul ul {
        top: 6px;
        right: 100%;
    }

        .sf-menu ul ul li {
            background: #9B0E0E;
        }

    /*.sf-menu li:hover, .sf-menu li.sfHover {
        -webkit-transition: none;
        transition: none;
    }*/

        .sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
            display: block;
        }

    .sf-menu li ul li {
        background-color: #fff;
        height: 32px;
    }


    .sf-menu ul li a {
        color: #01497a;
        display: block;
        font-size: 9pt;
        height: 32px;
        line-height: 19px;
        padding: 5px 10px 0;
        float: none;
        /*text-shadow: 1px 1px #d5d584;*/
        /*border-bottom: 1px solid #c5c5c4;*/
    }

        .sf-menu ul li a:hover {
            background: #A8D670;
        }

.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 2px;
    height: 0;
    width: 0;
    border-width: 4px 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #dFeEFF;
    border-top-color: rgba(255,255,255,.5);
}

.sf-arrows ul .sf-with-ul:after {
    top: 35%;
    left: 0.25em;
    border-color: transparent;
    border-right-color: #01497a;   
}

.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after {
    border: none;
}

.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after {
}

.seperator {
    background: url("/Portals/_default/Skins/SkinMain/images/seperator.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: right;
    height: 39px;
    width: 2px;
}

.active-page {
    background: url(/Portals/_default/Skins/SkinMain/images/hover.png);
}

.sf-menu .active-subpage {
    background: #A8D670;
}
