    div.menu_column 
    {
      align: top;
      padding: 0px;
      margins: 0px;
    }

    div.menu_section 
    {
      align: top;
      margin-bottom: 4px;
      margin-top: 0px;
      margin-left: 0px;
      margin-right: 0px;
    }

    div.menu_header 
    {      
      height: 20px;
      font-size: 6pt;
      
      font-family: Helvetica, Arial, sans-serif;
      font-weight: bold;
      color: fff2d6;
      padding: 0px;
      margins: 0px;
    }

    div.menu_header_text 
    {
      padding-top: 3px;
      text-align: center;
    }

    div.menu_body
    {
      align: top;
      background-image: url("menu_body_back.gif"); 
      background-color: #2c2c2c; 
      color: #dfdfdf;
    }

    .m_header A:link    {text-decoration: none; color:d6cbb4; }
    .m_header A:visited {text-decoration: none; color:d6cbb4; }
    .m_header A:active  {text-decoration: none; color:d6cbb4; }
    .m_header A:hover   {text-decoration: none; color:fff2d6; }

    div.menu_item 
    {
      height: 18px;
      padding-top: 0px;
      font-size: 12pt;
      font-family: times;
      align: top;
      color: 221512;     
    }

    div.menu_item_bottom
    {
      height: 9px;
      font-size: 12pt;
      font-family: times;
      align: top; color:DCD7B9;
      background-image: url("menu_item_bottom.gif");
    }
