﻿.navbar
{
    border-bottom1: solid 1px silver;
    font-size: 116%;
    height1: 4.6em;
    margin-top: 10px;
    position: relative;
}

.navbar ul li a span.sf-sub-indicator
{
    display: none;
}

.navbar ul ul li a span.sf-sub-indicator
{
    background-image: url('Images/arrows.png');
    background-repeat: no-repeat;
    display: inherit;
    height: 10px;
    text-indent: -9999em;
    width: 10px;
}

.navbar ul
{
    background: #184A7C url('Images/nav-main-bkg-blue.png') repeat-x;
    font-family: Tahoma, Arial;
    height: 2.4em;
    margin: 0;
    padding: 0;
    position: relative;
}

.navbar ul li
{
    color: #fff;
    float: left;
    font-weight: 700;
    list-style: none;
    margin-left: 0.3em;
    margin-top: 0.1em;
    padding: 0.6em 1em 0.7em 1em;
}

.navbar ul li:hover
{
    text-decoration: underline;
}

.navbar ul li.selected, .navbar ul li.selected.sfHover, .navbar ul li.child-selected, .navbar ul li.child-selected.sfHover
{
    background: url('Images/nav-main-bkg-active.png') repeat-x 0px 2px;
    color: #000;
}

.navbar ul li.sfHover
{
    background: url('Images/nav-main-bkg-hover.png') repeat-x 0px 2px;
    color: #000;
}

.navbar ul li a
{
    background: none;
    color: inherit;
    display: block;
    padding: 0;
    text-decoration: inherit;
    width: 100%;
}

.navbar ul li a span
{
    float: left;
}

.navbar ul ul li.sfHover
{
    background: none;
}

.navbar ul ul
{
    background-image: none;
    background-color: #fff;
    height: 2.0em;
    position: absolute;
    left: 0;
    top: 2.6em;
    width: 100%;
}

.navbar ul ul li
{
    background: none;
    color: #004176;
    font-weight: 100;
    margin-top: 0;
    padding: 0.4em 0.7em 0.5em 0.7em;
    position: relative;
}

.navbar ul ul li.selected, .navbar ul ul li.selected.sfHover, .navbar ul ul li.child-selected, .navbar ul ul li.child-selected.sfHover
{
    background: url('Images/nav-main-bkg-selected.png') no-repeat center bottom;
    color: #000;
    font-weight: 700;
}

.navbar ul ul ul
{
    background-color: #FDFDFE;
    border: solid 1px silver;
    height: auto;
    left: 0.7em;
    top: 2.1em;
    position: absolute;
    visibility: hidden;
    width: 14em;
    z-index: 1;
}

.navbar ul ul ul li
{
    clear: both;
    font-weight: 100;
    margin: 3px;
    padding: 0.5em 0 0.5em 1.3em;
    width: 12.2em;
}

.navbar ul ul ul li:hover
{
    background-color: #F4F7F8;
    text-decoration1: underline;
}

.navbar ul ul ul li.selected, .navbar ul ul ul li.selected.sfHover, .navbar ul ul ul li.child-selected, .navbar ul ul ul li.child-selected.sfHover
{
    background-image: none;
}

.navbar ul ul li a.sf-with-ul .sf-sub-indicator
{
    background-position: 0px -12px;
    margin-left: 0.4em;
    margin-top: 0.2em;
}

.navbar ul ul ul li a.sf-with-ul .sf-sub-indicator
{
    background-position: -10px 0px;
    float: right;
    margin-left: 0.4em;
    margin-top: 0.1em;
    width: 8px;
}

.navbar ul ul ul ul
{
    top: 0;
    left: 13.6em;
}

