
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
    direction: ltr;
}

.sf-menu {
    /*width: 800px;*/
    width:auto;
    margin:0 auto;
    height: 38px;
    font: 500 17px/36px Byekan;
    /*margin-right: 6px;
    padding-top: 0;*/
}

    .sf-menu li {
        position: relative;
        white-space: nowrap;
        -webkit-transition: background .2s;
    }

    .sf-menu > li {
        float: right;
        height: 38px;
    }

        .sf-menu > li > a:hover {
            background: url(/Portals/_default/Skins/SkinMain/images/hover.png);
        }

        .sf-menu > li:first-child a {
            padding-right: 0;
        }

    .sf-menu ul {
        position: absolute;
        display: none;
        top: 38px;
        right: 0;
        z-index: 99;
        min-width: 9em;
    }

    .sf-menu a {
        display: block;
        float: right;
        position: relative;
        text-decoration: none;
        display: block;
        color: white;
        height: 38px;
        font: 500 17px/36px Byekan;
        padding: 0 10px;
        zoom: 1; /* IE7 */
    }

    .sf-menu ul ul {
        top: 6px;
        right: 100%;
    }

        .sf-menu ul ul li {
            background: #9B0E0E;
        }

    .sf-menu li:hover, .sf-menu li.sfHover {
        background: url("/Portals/_default/Skins/SkinMain/images/mnu-hover.png");
        -webkit-transition: none;
        transition: none;
    }

        .sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
            display: block;
        }

    .sf-menu li ul li {
        background-color: #2674B5;
        height: 32px;
    }


    .sf-menu ul li a {
        color: #fff;
        display: block;
        font-size: 9pt;
        height: 26px;
        line-height: 19px;
        padding: 5px 10px 0;
        float: none;       
        border-bottom: 1px solid #539EDB;
    }

        .sf-menu ul li a:hover {
        }

.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;
}
