﻿
/* Menu */
#menu table
{
    width: 100%;
    border-collapse: collapse;
}
#menu tr
{
    background: white url(../images/bannerGray.gif) repeat-x top left;
    height: 35px;
    color: Black;
}
#menu td
{
    vertical-align:middle;
    text-align: center;
    border-right: solid 1pt gray;
    border-top: solid 1pt gray;
    border-bottom: solid 1pt gray;
}

#menu a
{
    color: Black;
}




