/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.sf-navbar {
    background-color: transparent !important;
    padding-bottom: 2.5em;
    position: relative;
}

.sf-navbar li {
    background: url('/images/v2/menu_top_background.png') no-repeat center top;
    position: static;
    height: 40px;
    padding-top: 5px;
}

.sf-navbar a {
    border-top: none;
}

.sf-navbar li ul {
    width: 44em; /*IE6 soils itself without this*/
}

.sf-navbar li li {
    background: url('/images/v2/menu_top_background.png') no-repeat center top;
    position: relative;
}

.sf-navbar li li ul {
    width: 13em;
}

.sf-navbar li li li {
    width: 100%;
}

.sf-navbar ul li {
    width: auto;
    float: left;
}

.sf-navbar a, .sf-navbar a:visited {
    border: none;
    color: #ABE0FA;
}

.sf-navbar li.current {
    background: url('/images/v2/menu_top_background_hover_activ.png') no-repeat center top;
    color: #FFCC00;
}

.sf-navbar li.current a {
    text-decoration: underline;
    color: #FFCC00;
}

.sf-navbar li:hover, .sf-navbar li.sfHover, .sf-navbar li li.current, .sf-navbar a:focus, .sf-navbar a:hover, .sf-navbar a:active {
    text-decoration: underline;
    color: #FFCC00;
}

.sf-navbar li:hover, .sf-navbar li.sfHover, .sf-navbar li li.current {
    /* background: url('/images/v2/menu_top_background_hover_activ.png') no-repeat center top; */
    border-bottom: 4px solid #FFCC00;
}

.sf-navbar ul li:hover, .sf-navbar ul li.sfHover, ul.sf-navbar ul li:hover li, ul.sf-navbar ul li.sfHover li, .sf-navbar ul a:focus, .sf-navbar ul a:hover, .sf-navbar ul a:active {
    color: #FFCC00 !important;
}

ul.sf-navbar li li li:hover, ul.sf-navbar li li li.sfHover, .sf-navbar li li.current li.current, .sf-navbar ul li li a:focus, .sf-navbar ul li li a:hover, .sf-navbar ul li li a:active {
    color: #FFCC00 !important;
}

ul.sf-navbar li li li:hover, ul.sf-navbar li li li.sfHover, .sf-navbar li li.current li.current {
    background: url('/images/v2/menu_top_background_hover_activ.png') no-repeat;
}

ul.sf-navbar .current ul, ul.sf-navbar ul li:hover ul, ul.sf-navbar ul li.sfHover ul {
    left: 0;
    top: 1.5em; /* match top ul list item height */
}

ul.sf-navbar .current ul ul {
    top: -999em;
}

.sf-navbar li li.current > a {
    font-weight: bold;
}

/*** point all arrows down ***/
/* point right for anchors in subs */
.sf-navbar ul .sf-sub-indicator {

}

.sf-navbar ul a > .sf-sub-indicator {

}

/* apply hovers to modern browsers */
.sf-navbar ul a:focus > .sf-sub-indicator, .sf-navbar ul a:hover > .sf-sub-indicator, .sf-navbar ul a:active > .sf-sub-indicator, .sf-navbar ul li:hover > a > .sf-sub-indicator, .sf-navbar ul li.sfHover > a > .sf-sub-indicator { /* arrow hovers for modern browsers*/

}

/*** remove shadow on first submenu ***/
.sf-navbar > li > ul {
    background: transparent;
    padding: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
}

.sf-menu {
    width: 100%;
}

.sf-navbar {

}

.navbar_first {
    width: 100% !important;
    background: url('/images/v2/sub_menu_background.png') no-repeat left 0px !important;
    padding: 0 43px 0 43px !important;
    height: 46px;
    width: 980px !important;
}

.navbar_first ul {
    margin: 10px 0 0 0;
}

.navbar_first li {
    background-image: none !important;
    height: 30px !important;
    padding-top: 0px !important;
    color: #000000 !important;
    background: url('/images/v2/sub_menu_background.png') no-repeat center top !important;
}

.navbar_first li a {
    background-color: #FFCC00 !important;
    color: #000000 !important;
    background: url('/images/v2/sub_menu_background.png') no-repeat center top !important;
}

.navbar_first li a:hover {
    color: #000000 !important;
    text-decoration: underline;
    background: url('/images/v2/sub_menu_background.png') no-repeat center top !important;
}

.sf-navbar li li li {
    height: auto !important;
    background-color: #FF9C00 !important;
}

