
a.menu
{
  width: 69px;
  margin-top: 4px;
  display: block;
  font-family: Sans, sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding-bottom: 1px;
}

  a.menu:link
  {
    color: #6b6b6b;
    border-bottom: 7px solid transparent;
    text-decoration: none;
  }

  a.menu:visited
  {
    color: #6b6b6b;
    border-bottom: 7px solid transparent;
    text-decoration: none;
  }

  a.menu:hover
  {
    color: #ef884d;
    border-bottom: 7px solid #cccccc;
    text-decoration: none;
  }

  a.menu:focus
  {
    color: #ef884d;
    border-bottom: 7px solid #cccccc;
    text-decoration: none;
  }

  a.menu:active
  {
    color: #ef884d;
    border-bottom: 7px solid #cccccc;
    text-decoration: none;
  }

a.submenu
{
  margin-top: 1px;
  display: block;
  font-family: Sans, sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: italic;
  white-space: nowrap;
}

a.submenu:link
{
  color: #6b6b6b;
  text-decoration: none;
}

a.submenu:visited
{
  color: #6b6b6b;
  text-decoration: none;
}

a.submenu:hover
{
  color: #ef884d;
  text-decoration: none;
}

a.submenu:focus
{
  color: #ef884d;
  text-decoration: none;
}

a.submenu:active
{
  color: #ef884d;
  text-decoration: none;
}

div.menu {
  height: 80px;
}

table.menu
{
  text-align: center;
  width: 100%;
}

table.submenu
{
  text-align: center;
  width: 500px;
}

td.menuseperator
{
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  width: 10px;
}

td.menu 
{
  width: 92px;
}

td.submenu
{
  text-align:center;
  width: 150px;
}

div.submenuinactive
{
  display:none;
}

div.submenuactive
{
  display:block;
  width: 100%;
}

td.submenuseperator
{
  padding-left: 5px;
  padding-right: 5px;
  font-size: 15px;
  font-weight: bold;
  color: #ef884d;
  width: 10px;
}

