div#navWrap {
    float: left;
    height: auto !important;
    margin-top: 0;
    min-height: 30px;
	margin-bottom: 5px;
}

div#navCompact {
	float: left;
    height: auto !important;
    margin-top: 0;
    min-height: 30px;
	margin-bottom: 5px;
}

div#topNav
{
    float: left;
    background-color: #3C5599;
    background-repeat: no-repeat;
    background-position: right top;
    width:100%;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
}

div#topNav > ul
{
    float: left;
   
} 

div#topNav > ul > li
{
    float: left;
    list-style-type: none;
    font-size: 0.813em;
    position:relative;
	font-weight: bold;
	border-right: solid 2px #2e4174;
}

div#topNav > ul > li > div
{
    position: absolute;
    z-index: 2;
    display: none;
    top: 26px;
    xwidth: 300px;
    background: white;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.2);
    left: 0;
}

.lt-ie9 div#topNav > ul > li > div
{
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    left: -1px;
}

div#topNav > ul > li > div a.more
{
    position: absolute;
    right: 15px;
    top: 15px;
    background: #16b5e5;
    color: white;
    font-family: 'AvantGardeGothicITCW01B 731063';
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px;
    font-size: 0.917em;
}

div#topNav > ul > li > div h3
{
    background: #e8ebf0;
    color: #0e285e;
    font-size: 1.167em;
    text-transform: uppercase;
    padding: 15px;
    border-top: 2px solid #8693ae;
    border-bottom: 1px solid #cdd3de;
    font-family: 'AvantGardeGothicITCW01B 731063';
    font-weight: normal;
}

div#topNav > ul > li > div ul
{
    padding: 17px 0 5px;
}

div#topNav > ul > li > div li
{
    display: inline-block;
    vertical-align: top;
    width: 125px;
    margin-left: 15px;
    margin-bottom: 10px;
}

* + html div#topNav > ul > li > div li
{
    display: inline;
    zoom: 1;
}

div#topNav > ul > li > div li a
{
    font-size: 11px;
    text-decoration: none;
    color: #555;
    background: transparent url(/images/navBullet.gif) no-repeat left 3px;
    padding-left: 11px;
    display: block;
}

div#topNav > ul > li > div li a:hover
{
    color: #16b5e5;
}

div#topNav > ul > li:hover > div
{
    display: block;
}

div#topNav > ul > li > a
{
    float: left;
    padding: 6px 7px 0px 7px;
    text-transform: uppercase;
    display: block;
    min-height: 17px;
    height: auto !important;
    height: 23px;
    xbackground-image: url(/images/navBtn.png);
    background-repeat: no-repeat;
    background-position: right top; /*color:#5f5f5f;*/
    color: #fff;
    text-decoration: none;
    font-family: 'AvantGardeGothicITCW01B 731063' ,sans-serif;
    border-bottom: solid 3px #3C5599;
}

div#topNav a#first
{
    background-repeat: no-repeat;
    background-position: left top;
}

div#topNav a#first.selected
{
    background-repeat: no-repeat;
    background-position: left top;
    background-position: 0 -60px;
    color: #aaa;
}

div#topNav a.selected
{
    background-repeat: no-repeat;
    background-position: -3px -60px;
    color: #aaa;
    border-bottom: solid 3px #fff;
}

div#topNav > ul > li:hover > a, div#topNav > ul > li > a:hover
{
    background-repeat: no-repeat;
    background-position: -3px -30px;
    color: #000;
}

div#topNav a#first:hover
{
    xbackground-image: url(/images/navBtn.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-position: 0 -30px;
    color: #000;
}

div#topNav div#search
{
    width: 131px;
    float: left;
}

div#topNav ul#messages {
	float:right;
}
