﻿@media screen
{
    #FooterBar
    {
        position: relative;
        padding:0px;
        width: auto;
        height: auto;
        margin-bottom: 0px;
        padding-right:50px;
        
        background: #c0c0c0 url( "images/nav_background.gif" ) repeat-x top right;
        overflow: hidden;
        border-bottom: solid 1px #333;
        
        text-align:right;
        font-size:85.01%;
    }

    #FooterBar div ul
    {
        display:inline;
        margin: 0px;
        padding: 0px;
        border-right: solid 1px #aaa;
        border-left: solid 1px #fff;
    }

    #FooterBar div ul li
    {
        display:inline;
        margin: 0px;
        padding: 0px;
        height: auto;
        
        border-right: solid 1px #fff;
        border-left: solid 1px #aaa;
        list-style-type: none;
    }
    #FooterBar ul li a, #FooterBar ul li strong
    {
        background: transparent;
        color: #000;
        display: inline-block;
        font-size: 1em;
        font-weight: bold;
        margin: 0px;
        padding: 0.2em 0.8em 0.1em 0.8em;
        text-decoration: none;
        width: auto;
    }

    #FooterBar ul li a:focus, #FooterBar ul li a:hover, #FooterBar ul li a:active
    {
        background: #eee;
        color: #333;
        text-decoration: none;
    }
}
