﻿.toolBarContainer
{
    background: transparent;
    float: left;
    width: 100%;
}
.toolBar
{
    float: right;
    left: -50%;
    position: relative;
    background: transparent;
}
.toolBar ul
{
    background: #FFF;
    clear: both;
    left: 50%;
    list-style: none;
    margin: 5px 0;
    padding: 0;
    position: relative;
}
.toolBar ul li
{
    border-right: solid 1px #FFF;
    color: #fff;
    float: left;
    font-size: 1.1em;
    font-weight: normal;
    list-style-type: none;
    padding: 0 5px;
    position: relative;
}
.toolBar ul li:last-child
{
    border-left: none;
}
.toolBar ul li a
{
    color: #FFF;
    text-decoration: none;
}
.toolBar ul li a:hover
{
    color: #272727;
}
#footer .toolBar
{
    background: #FFF;
}
#footer .toolBar li, #footer .toolBar a
{
    color: #4e7eaf;
    line-height: 1em;
    font-size: 11px;
    font-weight: normal;
    float: left;
    padding: 0 5px;
    position: relative;
}
#footer .toolBar li
{
    margin: 0;
    border-left: solid 1px #4E7EAF;
}
#footer .toolBar li:first-child
{
    border-left: none;
}
#footer .toolBar a:hover
{
    /*color: #272727;*/
}

