.empNetContainer
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: .8em;
    color: black;
    background: #E0E0E0;
    border-bottom: 1px solid #666;
}

.empNetEmpCom
{
    width: 136px;
    height: 20px;
    background: url(/images/empcomLogo.gif) no-repeat top left;
    display: block;
}
.empNetEmpCom span{
    display: none;
}

#empNetBottomRow
{
    position: absolute;
    top: 0px;
    left: 136px;
    height: 20px;
    right: 0px;
}

.empNet
{
    margin: 0px;
    padding: 0px;
}

.empNet
{
    list-style-type: none;
    background: transparent;
}

.empNet li
{
    list-style-type: none;
    float: left;
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 3px;
    font-size: 0.8em;
    border-left: 1px solid #666;
}

.empNet a,
.empNet a:link,
.empNet a:hover,
.empNet a:visited,
.empNet a:active
{
    text-decoration: none;
    color: #666;
}

.empNet a:hover,
.empNet a:active
{
    color: red;
}