﻿.NBLeft
{
    background-image: url(bgs/navbar-left.jpg);
    background-repeat: no-repeat;
    background-position: left;
    width: 10px;
}

.NBRight
{
    background-image: url(bgs/navbar-right.jpg);
    background-repeat: no-repeat;
    background-position: right;
    width: 10px;
}

.NBMid
{
    background-image: url(bgs/navbar-bg.jpg);
    text-align: center;
    padding-top:5px;
    height: 30px;
}

.NBMid A
{
    color: White;
    font-family: Georgia, Times New Roman;
    font-size: 14pt;
    font-weight: bold;
    margin-left:20px;
    margin-right:20px;
    text-decoration:none;
}
