/* Main Navigation */

.menu
{
    width: 929px;
    height: 40px;
    position: relative;
    z-index: 100;
    font-family: arial, sans-serif;
    padding-left: 20px;
    background-image: url('Images/nav.jpg' );
    background-repeat: no-repeat;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
}
.menuOn
{
    background-color: #F1F1F1;
}
.submenu
{
    width: 929px;
    height: 40px;
    position: relative;
    z-index: 100;
    font-family: arial, sans-serif;
    padding-left: 20px;
    background-image: url('Images/navsub.JPG' );
    background-repeat: no-repeat;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
}
