table.menu
{
        width: 700px;
  border-bottom: 2px dotted #663333;
}
table.menu td
{
  padding-bottom: 10px;
}
table.menu td,table.menu td *
{
  font-weight: bold;
  font-size: 10px;
  color: #8F6070;
}
table.menu td a.Menu_active
{
  font-weight: bold;
  font-size: 10px;
  color: #663333;
}
table.menu td.left
{
        text-align: left;
        width: 150px;
}
table.menu td.right
{
        text-align: right;
        width: 110px;
}
table.menu td.center
{
        text-align: center;
        width: 110px;
}
table.submenu
{
}
table.submenu td,table.submenu td *
{
  font-weight: normal;
  font-size: 10px;
  color: #8F6070;
  padding-right: 0px;
  padding-top: 10px;
}
table.submenu td.Submenu_active,table.submenu td.Submenu_active *
{
        font-weight: bold;
}