﻿#test
{
    padding-left: 10px;
}
#topNav
{
    width: 100%;
    background-color: #964240;
    vertical-align: bottom;
    padding: 0;
    margin: 0;
    z-index: 0;
}
#subNav
{
    padding: 0;
    margin: 0;
    background-color: #eee;
}
.staticMenuItemStyle
{
    width: 89px;
    background-color: #7A1312;
    border: solid 1px #000;
    color: #fff;
    text-align: center;
}
.staticSelectedStyle
{
    background-color: #eee;
    color: #000;
    border-bottom: solid 1px #eee;
    z-index: 100;
}
.staticHoverStyle
{
    background-color: #902423;
}

.substaticMenuItemStyle
{
    padding-right: 10px;
    background-color: #eee;
    text-align: left;
    text-transform: uppercase;
}
