ul#menuMain
{
    list-style-type: none;
    width: 818px;
    height: 34px;
    overflow: hidden;
}

ul#menuMain li,
ul#menuSub li
{
    float: left;
}

ul#menuMain a,
ul#menuSub a
{
    text-transform: uppercase;
    text-decoration: none;
    color: White;
    font-size: 11px;
}

ul#menuMain li
{
    height: 34px;
    line-height: 34px;
    padding: 0 22px 0 22px;
    border-right: 1px solid white;
}

ul#menuMain li.selected,
ul#menuMain li.selected:hover
{
    background-image: url('../images/menubackmainselected.gif');
    background-repeat: repeat-x;
}

ul#menuMain li.normal:hover
{
    background-image: url('../images/menubackmainover.gif');
    background-repeat: repeat-x;
}

ul#menuMain a.selected
{
    font-weight: bold;
}

ul#menuSub a.selected
{
    font-weight: bold;
    font-size: 11px;
}

ul#menuSub
{
    width: 818px;
    height: 31px;
    overflow: hidden;
    list-style-type: none;
    clear: both;
}

ul#menuSub li,
ul#menuSub li.first
{
    height: 31px;
    line-height: 27px;
    padding: 0 9px 0 9px;
}

ul#menuSub li.first
{
    padding-left: 18px;
}

ul#menuSub a:hover
{
    text-decoration: underline;
}