﻿#menu
{
    width: 100%;
    position: relative;
    left: -15px;
}
#menu .divider
{
    background-image: url(../Images/Global/divider.gif);
    background-repeat: no-repeat;
    width: 1px;
    height: 50px;
}
#menu #contact
{
    position: absolute;
    top: 6px;
    right: 0px;
    font-size: 11px;
}
#sub-menu
{
    color: #939598;
}
#sub-menu a
{
    color: #939598;
}
#sub-menu a:hover
{
    color: #aa2c2d;
    text-decoration: none;
}
#sub-menu .selected
{
    color: #ffffff;
    font-weight: bold;
}
#sub-menu .spacer
{
    width: 20px;
    text-align: center;
}
