/* Copyright Dynarch.com, 2003-2006.  All Rights Reserved. */

/* horizontal parts */
div.dynarch-horiz-menu {color: #000; border:none;}
div.dynarch-horiz-menu table { color: #000; font-weight: bold; border:none;}
div.dynarch-horiz-menu table tr td.hover { background-color: none; color: black; }
div.dynarch-horiz-menu table tr td.active { background-color: none; color: black; }
div.dynarch-horiz-menu table tr td.pressed { background-color: none; padding: 3px 2px 1px 4px; }
div.dynarch-horiz-menu table tr td.hover table,
div.dynarch-horiz-menu table tr td.active table { color: #fff; }
div.dynarch-horiz-menu table tr td.separator { width: 7px; }
div.dynarch-horiz-menu table tr td.separator div { border-right-color: #3182e7; border-left: none; margin-right: 3px; }

/* vertical parts */

div.dynarch-popup-menu {
  /* This is the element containing a single popup menu.  Many other elements are inside it,
     but you normally only need to mess with this one and with <table> and <td> elements. */
  font-family : trebuchet ms;
  color:#4f4649;
  background-color: #DFE2E0;
  border: 0px solid #000000;
}

div.dynarch-popup-menu table td {
  /* This table contains popup menu items.  It's a good place to configure fonts. */
  color: black;
  background-color: #DFE2E0;
}

div.dynarch-popup-menu tr.item.hover td {
  /* Set the style for hovered items. */
  background-color: #eeeeee;
  color: black;
}

div.dynarch-popup-menu tr.item.active td {
  /* Set the style for active (pressed) items. */
  background-color: #eeeeee;
  color: black;
}

div.dynarch-popup-menu tr.separator td div {
  /* Here we can configure the horizontal separator style. */
  background-color: black;
  /* Let's space it "properly" ;-) */
  margin-top: 10px;
  margin-bottom: 10px;
}

div.dynarch-popup-menu tr.disabled td.label {
  /* Special case: DISABLED menu items */
  color: #fff;                  /* Let's make them hard to see ;-) */
}
div.dynarch-popup-menu table td.icon { background-color: #4f4649; }
div.dynarch-popup-menu tr.item.hover td.icon { background-color: #4f4649; }
div.dynarch-popup-menu tr.item.active td.icon { background-color: #4f4649; }
