﻿table.submenu
{
    color: black;
    margin-top: 65px;
}

table.submenu tr td
{
    text-align: center;
    padding: 5px 5px 3px 5px;
    font-size: 16px;
    font-weight: bold;
}

table.submenu tr td.item
{
    border-bottom: solid 1px #aaa;
}

table.submenu tr td.selected
{
    border-left: solid 1px #aaa;
    border-top: solid 1px #aaa;
    border-right: solid 1px #aaa;
}
table.submenu tr td a, div.submenu a
{
    color: #777777;
    text-decoration: none;
}

table.submenu tr td.selected a, div.submenu a.selected
{
    color: #fe9637;
    text-decoration: none;
}

table.submenu a:hover, div.submenu a:hover
{
    color: #fe9637;
}

div.submenu
{
    font-size: 13px;
    font-weight: bold;
    margin: 15px 0px;
}
