/* style definition for the main menu */
th.menubar
{
  height: 21px;
  background: #f8f8f8;
  vertical-align: middle;
  border-bottom: solid 1px #626562;
}

th.menu
{
  color: #ffffff;
  background: #515151 url(images/tabbg.gif);
  border-left: solid 1px #626562;
  border-top: solid 1px #626562;
  border-right: solid 1px #202050;
  border-bottom: solid 1px #202050;
}

th.activemenu
{
  color: #003063;
  background: #e0e0e0 url(images/activetabbg.gif);
  border-left: solid 1px #626562;
  border-top: solid 1px #626562;
  border-right: solid 1px #626562;
  border-bottom: solid 1px #e0e0e0;
}

th.mouseovermenu
{
  color: #000000;
  background: #909090;
  border-left: solid 1px #626562;
  border-top: solid 1px #626562;
  border-right: solid 1px #626562;
  border-bottom: solid 1px #626562;
}

th.menu, th.activemenu, th.mouseovermenu
{
  font: bold 11px Arial, Helvetica, Geneva, sans-serif;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  min-width: 80px;
}

a.menu
{
  font: bold 11px Arial, Helvetica, Geneva, sans-serif;
  text-align: center;
  color: #e0e0e0;
  text-decoration: none;
  margin: 0px;
}

a.menu:hover
{
  color: #e0e0e0;
  text-decoration: none;
}


/* line under the menu */
td.menuunderline
{
  height: 7px;
  background: #e0e0e0;
  border-left: solid 1px #313131;
  border-right: solid 1px #313131;
}

/* style definition for the submenu */
td.submenu, td.undersubmenu
{
  color: #223245;
  background: #e0e0e0;
}

td.activesubmenu, td.activeundersubmenu
{
  color: #f0f0f0;
  background-color: #6c7c9d;
}

td.mouseoversubmenu, td.mouseoverundersubmenu
{
  color: #1a2a3d;
  background: #ffffff;
}

td.submenu, td.activesubmenu, td.mouseoversubmenu
{
  border-bottom: 1px solid #8b9dbd;
}

td.undersubmenu, td.activeundersubmenu, td.mouseoverundersubmenu
{
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}

td.submenu, td.activesubmenu, td.mouseoversubmenu, td.undersubmenu, td.activeundersubmenu, td.mouseoverundersubmenu
{
  font: bold 11px Arial, Helvetica, Geneva, sans-serif;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 6px;
  padding-left: 6px;
  vertical-align: middle;
  white-space: nowrap;
}

a.submenu, a.submenu:hover
{
  color: #1a2a3d;
  text-decoration: none;
}

a.activesubmenu, a.activesubmenu:hover
{
  color: #f0f0f0;
  text-decoration: none;
}

a.submenu, a.activesubmenu
{
  font: bold 11px Arial, Helvetica, Geneva, sans-serif;
  white-space: nowrap;
}

