﻿#Navigation
{
    background-image: url(../../Media/Images/Global/Navigation/Background.gif);
    background-repeat: repeat-x;
    height: 30px;
}

#Navigation table
{
    margin-left: 5px;
}

#Navigation table tr td
{
    background-image: url(../../Media/Images/Global/Navigation/Spacer.gif);
    background-repeat: no-repeat;
    background-position: right;
    height: 30px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    width: 125px;
}

#Navigation table tr td a,
#Navigation table tr td a:active,
#Navigation table tr td a:visited,
#Navigation table tr td a:hover
{
    color: #F60;
    display: block;
    font-weight: bold;
    margin-right: 1px;
    text-decoration: none;
}

#Navigation table.ServicesNavigation tr td
{
	padding-left: 20px;
	padding-right: 20px;
    width: auto;
}