﻿#navBar ul li a:hover
{
    color: #FF6600;
}
#navBar ul li a
{
    text-decoration: none;
    color: #FFFF00;
    display: block;
    font-weight: bold;
}
#navBar ul li
{
    text-decoration: none;
    position: relative;
    float: left;
    padding-right: 10px;
    font-family: "Arial Narrow";
    font-size: large;
    border-right-style: ridge;
    border-right-width: thin;
    border-right-color: #000000;
    padding-left: 5px;
}
#navBar ul
{
    position: relative;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    text-align: center;
    background-color: #808080;
    width: 100%;
    list-style-type: none;
}
#navBar
{
    background-color: #808080;
}
