﻿.IECenterFixContainer
{
    text-align: center;
}
.topSubNav
{
    width: 556px;
    margin: 0 auto 0 auto;
    padding: 0;
    text-align: center;
}

.topSubNav ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.topSubNav ul li
{
    position: relative;
    display: block;
    float: left;
    width: 139px;
    height: 20px;
    padding: 0 0 0 0;
    margin: 0;
    background-image: url("/Portals/0/MFB Uploads/HTMLImages/ORNGTab.png");
    background-repeat: no-repeat;
    background-position: right;
    z-index: 1;
}
.topSubNav ul li:hover
{
    background-image: url("/Portals/0/MFB Uploads/HTMLImages/BRNTab.png");
    background-repeat: no-repeat;
    background-position: right;
}
.topSubNav ul li:hover a:link
{
    color: White;
}
.topSubNav ul li ul li:hover
{
    background-image: none;
}

.topSubNav ul li ul
{
    display: none;
    position: absolute;
    top: 20px;
    left: 0px;
    border-bottom: 1px solid #444;
    width: 139px;
    z-index: 10;
    background-color: Orange;
}

.topSubNav ul li ul li
{
    display: block;
    float: none;
    z-index: 1;
    background-color: Orange;
    background-image: none;
    border: 1px solid #444;
    border-bottom: none;
    height: auto;
    width: 139px;
}

/* Nav links */
.topSubNav ul li a
{
    display: block;
    margin: 0;
    padding: 0 5px 0 0;
}
.topSubNav ul li a:link, .topSubNav ul li a:hover, .topSubNav ul li a:visited
{
    color: Black;
    font-style: italic;
}

.topSubNav ul li a:hover
{
    text-decoration: underline;
    color: White;
}

.topSubNav ul li ul li a
{
    display: block;
    width: 100%;
    height: 100%;
}
/* Nav class decorators */

.smallerLinks
{
    font-size: .78em;
    line-height: 20px;
}
