

.nav-user-info {
    font: 14px Arial, Helvetica, sans-serif;
    padding: 1px 0 0 7px;
    width: 220px;
    color: White;
    height : 30px;
    line-height : 30px;
}

.nav-table 
{
    width: 100%;
    height: 100%;
    border-width: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.nav-wrapper
{
    font: 90% "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
    /*display: inline-block;*/
    float : right;
}
    /*
.nav-wrapper ul
{
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-wrapper ul li
{
    float: left;
    position: relative;
}

.nav-wrapper ul li:hover,
.nav-wrapper ul li.hover,
.nav-wrapper ul li:focus
{
    background: transparent url('../Images/navigation.gif') no-repeat -15px -32px;
    padding: 0 !important;
}

.nav-wrapper ul li img 
{
    margin: 0 0 2px 5px;
    border: none;
}

.nav-wrapper ul li:hover,
.nav-wrapper ul li.hover
{
    z-index: 1000;
}

.nav-wrapper ul a
{	
    font: 11pt Arial, Helvetica, sans-serif !important; 
    font-weight: normal;
    color: White !important;
    text-decoration: none !important;
    padding: 6px 8px;
    display: block;
    position: relative;
    margin-bottom: -1px;
}

.nav-wrapper ul a:hover,
.nav-wrapper ul a:focus,
.nav-wrapper ul a:active,
.nav-wrapper ul li.hover a 
{	
    background: transparent url('../Images/navigation.gif') no-repeat -15px -32px;
}
.nav-wrapper ul a:hover.last-item,
.nav-wrapper ul a:focus.last-item,
.nav-wrapper ul a:active.last-item,
.nav-wrapper ul li.hover a.last-item 
{	
    background: transparent url('../Images/navigation.gif') no-repeat right -33px;
}

.nav-wrapper ul ul
{
    position: absolute;
    top: 100%;
    margin-top: 1px;
    margin-left: -1px;
    left: -9999em;
    cursor: pointer;
}

.nav-wrapper ul li:hover ul,
.nav-wrapper ul li.hover ul
{
    left: 0;
}

.nav-wrapper ul ul li
{
    float: none;
    position: static;
}


.nav-wrapper ul li:hover ul a,
.nav-wrapper ul li.hover ul a
{	
    background: White;
    color: Black !important;
    border-left: 1px solid #1576a8;
    border-right: 1px solid #1576a8;
    padding: 5px 10px;
    width: 180px;
    height: 100%;
    font: 10pt Arial, Helvetica, sans-serif !important; 
    
}
.nav-wrapper ul li.hover ul a.last-subitem
{
    border-bottom: 1px solid #1576a8;
}

.nav-first-subitem a
{
	border-top: 1px solid #1576a8;
}

.last-subitem
{
    border-bottom: 1px solid #1576a8;
}

.nav-wrapper ul li:hover ul a:hover,
.nav-wrapper ul li.hover ul a:hover,
.nav-wrapper ul li.hover ul a:focus,
.nav-wrapper ul li.hover ul a:active
{	
    background-color: #1576A8 !important;
    color: White !important;
}*/


 
ul[role="menubar"] {
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul[role="menubar"] li {
        float: left;
        position: relative;
        height: 30px;
        line-height: 30px;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        ul[role="menubar"] li img {
            margin: 0 0 2px 5px;
            border: none;
        }

    ul[role="menubar"] [role="menuitem"] {
        
        font-family : Arial, Verdana, sans-serif;
        font-size : 13.6px;
        font-weight: normal;
        color: White;
        text-decoration: none;
        padding: 0px 8px;
        display: block;
        position: relative;
    }

    ul[role="menubar"] a[role="menuitem"] {
        background: transparent url('../Images/navigation.png') repeat-x -15px -32px;
        cursor: pointer;
    }

    ul[role="menubar"] ul[role="menu"] {
        display: none;
        position: absolute;
        top: -2px;
        left: 0;
        margin: 0;
        padding: 0;
        cursor: pointer;
        border: 1px solid #1576a8;
        background-color: white;
    }


ul[role="menubar"] ul[role="menu"] li {
    line-height: normal;
    height: auto;
    padding: 0;
    margin: 0;
}

ul[role="menubar"] ul[role="menu"] a[role="menuitem"] {
    color: black;
    width: 12em;
    padding: 6px 10px;
    display: block;
}

    ul[role="menubar"] ul[role="menu"] a[role="menuitem"]:hover,
    ul[role="menubar"] ul[role="menu"] a[role="menuitem"]:focus {
        color: white;
        background-color: #1576A8;
    }
