﻿table.menu
{
    font-family: Arial;
    font-size: 12px;
    width: 175px;
    background-color: #e6e6e6;
    color: #4c798e;
}

td.menuLink
{
   padding-left:10px;
}

tr.menu
{
    border-bottom: solid 1px #cbcbcb;
}

td.menuArrow
{
    padding: 2px 4px 2px 0px;
}
tr.selectedMenuLink
{
    border-bottom: none;
}
tr.selectedMenu
{
    border-bottom: solid 1px #cbcbcb;
}
table.submenu
{
    border-bottom: solid 1px #cbcbcb;
}

td.submenu
{
    padding-left: 20px;
    border-bottom: none;
}
a:link
{
    text-decoration: none;
    color: #4c798e;
}

a.menuLink
{
    color:Red;
}
/*
table.menu
{
    font-family: Arial;
    font-size: 12px;
    width: 175px;
    background-color: #e6e6e6;
    color: #4c798e;
}
tr.menu
{
    text-indent: 10px;
    border-bottom: solid 1px #cbcbcb;
}
td.menuArrow
{
    padding: 2px 4px 2px 0px;
}
tr.selectedMenuLink
{
    text-indent: 10px;
    border-bottom: none;
}
tr.selectedMenu
{
    text-indent: 10px;
    border-bottom: solid 1px #cbcbcb;
}
table.submenu
{
    text-indent: 20px;
    border-bottom: solid 1px #cbcbcb;
}
td.submenu
{
    padding-left: 20px;
    border-bottom: none;
}
a:link
{
    text-decoration: none;
    color: #4c798e;
}
*/
