table.tbl  { margin-left: 10px; margin-right: 10px; border: black 1px solid; background-color: white; }

tr.menu    { background-color: #01A0C7; }
tr.menu td { border-right: #ffffff 2px solid; }
tr.menu p  { margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px;
             padding-top: 4px; padding-bottom: 3px; padding-left: 10px; padding-right: 10px;
             font-family: Arial, Arial CE, Helvetica, Sans-serif; font-size: 12px;
             text-align: center; cursor: default; /*cursor: pointer; cursor: hand;*/
           }
p.menu     { color: white; }
p.menuA    { color: black; }
p.menuO    { color: #0f5680; }

table.menu1 { margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; 
              position: absolute; background-color: #01A0C7; display: none; border: none;
            }
table.menu1 td { border: none; }
table.menu1 p  { margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px;
                 padding-top: 0px; padding-bottom: 0px; padding-left: 10px; padding-right: 10px;
                 font-family: Arial, Arial CE, Helvetica, Sans-serif; font-size: 12px; 
                 white-space: nowrap; text-align: left; cursor: default; /*cursor: pointer; cursor: hand; */
               }
p.menu1     { background-color: #01A0C7; color: white; }
p.menu1A    { background-color: #05649C; color: white; }
p.menu1O    { background-color: #01A0C7; color: #0f5680; }

table.menu2 { margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; 
              position: absolute; background-color: #01A0C7; border: none; display: none;
            }
table.menu2 p { font-family: Arial, Arial CE, Helvetica, Sans-serif; font-size: 12px;
                white-space: nowrap; text-align: left; color: white;  cursor: default; /*cursor: pointer; cursor: hand; */
              }
p.menu2      { background-color: #01A0C7; }
p.menu2A     { background-color: #05649C; }

iframe.frm { width: 780; height: 100%; }

tr.menu a:link     { color: white; text-decoration: none; }
tr.menu a:active   { color: white; text-decoration: none; }
tr.menu a:visited  { color: white; text-decoration: none; }
tr.menu a:hover    { color: lightblue; text-decoration: none; }
p.menu a:hover, p.menuA a:hover  { color: black; text-decoration: none; }

table.menu1 a:hover td, table.menu2 a:hover td { color: #f2c77b; text-decoration: none; background-color: #01A0C7; }
