/*** ESSENTIAL STYLES ***/

.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu li {
    position: relative;
}

.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    right: 0;
    z-index: 99;
}

.sf-menu>li {
    float: right;
}

.sf-menu li:hover>ul,
.sf-menu li.sfHover>ul {
    display: block;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu ul ul {
    top: 0;
    left: 100%;
}


/*** DEMO SKIN ***/

.sf-menu>li.MainButtons {
    width: 120px;
    height: 44px;
    text-align: center;
    background: none;
    font-family: 'Droid Arabic Kufi', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.5px;
    text-shadow: 0px 2px 0px rgba(0, 28, 67, 0.75);
}

.sf-menu li.Sep,
.sf-menu li:hover.Sep {
    width: 20px;
    height: 44px;
    background: url(../images/MenuItemSep.png) center no-repeat;
    float: right;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0
}

.sf-menu {
    float: right;
    margin-bottom: 1em;
    width: 960px;
    padding: 0px 20px;
    height: 44px;
    background: url(../images/MenuBg.png);
    margin-top: 6px;
    border-bottom: 1px solid #FFF;
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    margin: 0
}

.sf-menu ul {
    font-family: 'Droid Arabic Naskh', Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 0px 15px;
    padding-bottom: 10px;
    padding-top: 5px;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 15px 15px;
    background: url(../images/SubMenuBG.png) bottom repeat-x #001b3d;
    opacity: 0.949;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
    min-width: 15em;
    /* allow long menu items to determine submenu width */
    *width: 15em;
    /* no auto sub width for IE7, see white-space comment below */
    ;
    letter-spacing: 0px
}

.sf-menu a,
.sf-menu a:visited {
    display: block;
    float: right;
    width: 100%;
    height: 44px;
    color: #FFF;
    text-align: center;
    line-height: 44px;
    text-decoration: none;
    ;
    zoom: 1;
    /* IE7 */
}

.sf-menu ul a {
    padding-right: 5px
}

.sf-menu a,
.sf-menu a:visited {
    color: #FFF;
}

.sf-menu a:hover {
    color: #57c8ff
}

.sf-menu li {
    /*background: #BDD2FF;*/
    white-space: nowrap;
    /* no need for Supersubs plugin */
    *white-space: normal;
    /* ...unless you support IE7 (let it wrap) */
    /*-webkit-transition: background .2s;
	transition: background .2s;*/
}

.sf-menu li.sub {
    background: url(../images/MenuItem_Arrow.png) 50% 85% no-repeat
}

.sf-menu li:hover {
    width: 120px;
    height: 48px;
    margin-top: -6px;
    box-shadow: 0px -3px 0px 0px rgba(255, 255, 255, 1.00);
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    background: url(../images/MenuItemHover_Bg.png);
    color: #57c8ff !important;
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none;
}

.sf-menu li.sfHover {
    width: 120px;
    height: 48px;
    margin-top: -6px;
    box-shadow: 0px -3px 0px 0px rgba(255, 255, 255, 1.00);
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    background: url(../images/MenuItemHover_Arrow.png) 50% 85% no-repeat, url(../images/MenuItemHover_Bg.png);
    color: #57c8ff !important;
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none;
}

.sf-menu li.sfHover>a {
    color: #57c8ff
}

.sf-menu ul li a {
    display: inline-block;
    text-align: right
}

.sf-menu ul li a:hover {
    color: #57c8ff
}

.sf-menu ul li:hover {
    width: 100%;
    height: auto;
    margin-top: auto;
    box-shadow: none;
    border-radius: none;
    background: none;
    color: #57c8ff;
}

.sf-menu ul li {
    background: #AABDE6 !important;
}

.sf-menu ul ul li {
    background: #9AAEDB;
}

.sf-menu ul li.SubMenuSep {
    width: 100%;
    height: 1px;
    background-color: #124586 !important;
    /* background-image:url(../images/MenuSep.png) !important;background-size:contain !important; */
    clear: both
}


/*** arrows (for all except IE7) **/

.sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    *padding-right: 1em;
    /* no CSS arrows for IE7 (lack pseudo-elements) */
}


/* styling for both css and generated arrows */

.sf-arrows .sf-with-ul:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -3px;
    height: 0;
    width: 0;
    /* order of following 3 rules important for fallbacks to work */
    border: 5px solid transparent;
    border-top-color: #dFeEFF;
    /* edit this to suit design (no rgba in IE8) */
    border-top-color: rgba(255, 255, 255, .5);
}

.sf-arrows>li>.sf-with-ul:focus:after,
.sf-arrows>li:hover>.sf-with-ul:after,
.sf-arrows>.sfHover>.sf-with-ul:after {
    border-top-color: white;
    /* IE8 fallback colour */
}


/* styling for right-facing arrows */

.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #dFeEFF;
    /* edit this to suit design (no rgba in IE8) */
    border-left-color: rgba(255, 255, 255, .5);
}

.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 {
    border-left-color: white;
}

.mba_fix {
    width: 1000px;
    height: 2px;
    background: none;
    position: relative;
    z-index: 1;
    top: -2px;
    float: left;
    clear: both;
}

.sf-menu ul li a {
    line-height: 40px !important;
    height: 40px !important
}

.sf-menu .MainButtons>.current {
    width: 120px;
    height: 48px;
    margin-top: -6px;
    box-shadow: 0px -3px 0px 0px rgba(255, 255, 255, 1.00);
    -webkit-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    background: url(../images/MenuItemHover_Bg.png);
    color: #57c8ff !important;
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none;
}