﻿.menuWrapper
{
    height: 28px;
    padding: 2px 0 0 8px;
}

.menu
{
    font-family: arial,sans-serif;
    font-size: 11px;
    height: 26px;
    position: relative;
    width: 90px;
    z-index: 4;
}

.menu ul
{
    list-style-type: none;
    margin: 0;
    padding: 2px;
    width: 90px;
}
.menu li
{
    float: left;
    width: 90px;
}
.menu a, .menu a:visited
{
    background: #FFFFFF url(../images/arrow_down.gif) no-repeat scroll 170px 50%;
    border: 1px solid #D6D6D6;
    color: #7f7f7f;
    display: block;
    font-size: 1em;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    text-decoration: none;
    width: 175px;
}

.menu ul ul
{
    height: 0;
    left: 0;
    position: absolute;
    top: 22px;
    visibility: hidden;
    width: 149px;
}

.menu ul ul a, .menu ul ul a:visited
{
    background: #FFFFFF none repeat scroll 0 0;
    border-width: 0 1px 1px;
    color: #7f7f7f;
    font-weight: normal;
    height: auto;
    line-height: 1.1em;
    padding: 5px 10px;
    width: 165px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited
{
    background: #fff;
}

/* style the second level hover */
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul
{
    visibility: hidden;
    position: absolute;
    height: 0;
    top: 22px;
    left: 0;
    width: 149px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table
{
    position: absolute;
    top: 0;
    left: 0;
    border-collapse: collapse;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited
{
    background: #fff;
    color: #7f7f7f;
    font-weight: normal;
    height: auto;
    line-height: 1.1em;
    padding: 5px 10px;
    width: 165px;
    border-width: 0 1px 1px 1px;
}

/* style the top level hover */
.menu a:hover, .menu ul a:hover
{
    color: #7f7f7f;
    background: #fff url(../images/arrow_down.gif) no-repeat left top;
    background-position: 170px;
    visibility: visible;
    text-decoration: underline;
}
.menu :hover > a, .menu ul :hover > a
{
    color: #7f7f7f;
    background: #fff url(../images/arrow_down.gif) no-repeat left top;
    background-position: 170px;
    text-decoration: underline;
}
.menu a:hover, .menu ul ul a:hover
{
    color: #7f7f7f;
    background: #fff;
    visibility: visible;
    text-decoration: underline;
}
.menu :hover > a, .menu ul ul :hover > a
{
    color: #7f7f7f;
    background: #fff;
    text-decoration: underline;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul
{
    visibility: visible;
}

#navWrapper
{
    width: 980px;
    border-top: 1px solid #7fabc5;
    padding: 0px;
    z-index: 10;
    clear: both;
}

#navWrapper ul.nav
{
    width: 980px;
    list-style: none;
    margin: 0px;
    padding: 0px;
    clear: both;
    display: table;
}

#navWrapper ul.nav li
{
    float: left;
    font-size: 1.0em;
    font-weight: bold;
    border-right: 1px solid #cccccc;
    padding: 0px;
    position: relative;
    display: table-cell;
    z-index: 3;
}

#navWrapper ul.nav li.last
{
    border: none;
}

#navWrapper ul.nav li a
{
    text-decoration: none;
    color: #a6a6a6;
    float: left;
    padding: 6px 12px 6px 12px;
    margin: 0px;
    min-height: 22px;
    border-bottom: 1px solid white;
}

#navWrapper ul.nav li a:hover
{
    background: #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
}

#navWrapper ul.nav li ul
{
    visibility: hidden;
    top: 35px;
    margin: -1px 0px 0px 0px;
    padding: 0px;
    left: 0px;
    position: absolute;
    border: 1px solid #f7f7f7;
    table-layout: fixed;
}
#navWrapper ul.nav li ul li a
{
    display: block;
    background-color: white;
    float: left;
    width: 100%;
    position: relative;
    min-width: 200px;
}
#navWrapper ul.nav li ul li a:hover
{
    background: #f7f7f7;
    border-bottom: 1px solid #f7f7f7 !important;
}

#navWrapper ul.nav li ul li
{
    display: inline-block;
    display: table-cell;
    width: 100%;
}

#navWrapper ul.nav li:hover ul
{
    display: table;
    visibility: visible;
    width: 100%;
}

#navWrapper ul.nav li.selected a
{
    background-color: #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
}

#navWrapper ul.nav li.selected ul li a
{
    border: none;
}
#navWrapper ul.nav li.selected ul li a:hover
{
    background: white;
    border-bottom: 1px solid #f7f7f7 !important;
    margin-bottom: -1px;
}


/*Sub Nav*/

img.lowerZindex
{
    z-index: 1 !important;
}
#content
{
    float: left;
    width: 980px;
    padding: 0px;
    margin: 0px;
    z-index: 1 !important;
    position: relative;
}
#contentWrapper
{
    float: left;
    width: 980px;
    padding: 0px;
    margin: 0px;
    z-index: 1 !important;
    position: relative;
}
#subNav
{
    width: 980px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 176px;
    left: 0px;
    background: #f7f7f7;
    border-top: 1px solid #cccccc;
    z-index: 3 !important;
}
#subNav ul
{
    width: 980px;
    margin: 0px;
    padding: 0px;
    float: left;
    list-style: none;
}
#subNav ul li
{
    margin: 0px;
    padding: 0px;
    float: left;
    padding: 5px 0px 5px 0px;
}
#subNav ul li a
{
    padding: 0px 12px 0px 12px;
    border-right: 1px solid #a0a6a3;
    font-weight: normal;
    text-decoration: none;
    color: #a0a6a3;
    font-size: 0.9em;
}
#subNav ul li.last a
{
    border-right: none;
}
#subNav ul li a:hover
{
    text-decoration: underline;
}


#tabber
{
    width: 100%;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    height: 45px;
    overflow: hidden;
}

#tabber li
{
    list-style-type: none;
    float:left;
    font-size: 1.7em;
    margin: 0px;
    padding: 0px;    
    height: 45px;
}

#tabber li a
{
    height: 45px;
    float: left;
    width: 157px;    
    text-decoration: none !important;
    background-color: #00588c;    
    outline: none;
}

#tabber li a span
{
    display: block;
    margin: 5px;
}

#tabber li a:hover
{
    text-decoration: underline !important;
    background-color: #7f7f7f;
    color: White;
}

#tabber .selected a
{
    background-color: White;
    color: #00588c !important;
}

#tabber .selected a:hover
{
    background-color: White;
    text-decoration: none !important;
}

