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


/* horizontal parts */

div.dynarch-horiz-menu { color: white; border-color: #311f0c; }
div.dynarch-horiz-menu table { color: #dbdada; }
div.dynarch-horiz-menu table tr td.hover { background-color: #311F0C; color: #fff; background-image: URL('img/topnav_hover_bg.gif'); background-position: center; }
div.dynarch-horiz-menu table tr td.active { background-color: #311F0C; color: #fff; background-image: URL('img/topnav_hover_bg.gif'); background-position: center;}
div.dynarch-horiz-menu table tr td.pressed { background-color: #311F0C; padding: 3px 2px 1px 4px; background-image: URL('img/topnav_hover_bg.gif'); background-position: center;}
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: #311F0C; border-left: none; margin-right: 3px; }

/* vertical parts */

div.dynarch-popup-menu { border-color: #311f0c; color: white; background-color: #311f0c; padding: 0; }

div.dynarch-popup-menu tr.item td.icon { padding: 1px 1px 1px 3px; }
div.dynarch-popup-menu tr.separator td div { background: url("img/separator.gif") no-repeat 50% 50%; }
div.dynarch-popup-menu tr.item.hover, div.dynarch-popup-menu tr.item.active { background-color: #4f4f4f; color: #fff; }
div.dynarch-popup-menu tr.item.hover td.icon, div.dynarch-popup-menu tr.item.active td.icon { background-color: #4f4f4f; }

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

/* basic layout style for DynarchMenu; no colors are defined in this */

/* horizontal parts */

div.dynarch-horiz-menu {
/*  white-space: nowrap; */
  padding: 0px 3px;
  border: 0px solid #bbb;
  cursor: default;
  margin-right: 10px;
  height: 30px;
  margin-left: 220px;
}
div.dynarch-horiz-menu table, div.dynarch-popup-menu table { font: 12px tahoma,verdana,sans-serif; }
div.dynarch-popup-menu table { border-collapse: collapse; }
div.dynarch-horiz-menu table tr td.item table td.icon { padding-right: 3px; }
div.dynarch-horiz-menu table tr td.item { padding: 7px 10px;   }
div.dynarch-horiz-menu table tr td.item img { vertical-align: middle; }
div.dynarch-horiz-menu table tr td.separator { width: 1px; }
div.dynarch-horiz-menu table tr td.separator div {
  width: 1px;
  margin: 0px;
  height: 30px;
  overflow: hidden;
  background-image: URL('img/topnav_separator.gif');
}

div.dynarch-horiz-menu td.disabled, div.dynarch-horiz-menu td.disabled table td { color: #aca899; }
div.dynarch-horiz-menu td.disabled img { -moz-opacity: 0.4; filter: alpha(opacity=40); }

/* vertical parts */

div.dynarch-popup-menu {
  position: absolute;
  left: 0px;
  top: 0px;
  border: 1px solid #bbb;
  padding: 1px;
  cursor: default;
  z-index: 1000;
}
div.dynarch-popup-menu div.dynarch-menu-scroll { overflow: hidden; }
div.dynarch-popup-base-menu { position: static; }
div.dynarch-popup-menu tr.item td.icon img,
div.dynarch-popup-menu tr.item td.icon div { width: 0px; height: 18px; }
div.dynarch-popup-menu tr.item td.icon { padding: 0px 1px; height: 18px; width: 3px; background-color: #311f0c; }
div.dynarch-popup-menu tr.item td.label { padding: 1px 15px 1px 3px; width: 100px; background-image:url("img/arrow.gif"); background-position: right; background-repeat: no-repeat; /* white-space: nowrap; */}
div.dynarch-popup-menu tr.item td.arrow { width: 11px; }
div.dynarch-popup-menu tr.item td.arrow div { width: 11px; background: transparent url("img/rarrow.gif") no-repeat 0% 50%; }
div.dynarch-popup-menu tr.hover td.arrow div,
div.dynarch-popup-menu tr.active td.arrow div { background: transparent url("img/rarrow-hover.gif") no-repeat 0% 50%; }

div.dynarch-popup-menu tr.separator td div {
  margin: 0px;
  height: 1px;
  line-height: 1px;
  font-size: 1px;
  border: none;
}
div.dynarch-popup-menu tr.disabled td.label { color: #aca899; }
div.dynarch-popup-menu tr.disabled td.icon img { -moz-opacity: 0.4; filter: alpha(opacity=40); }

/* shadows */

div.dynarch-menu-shadow, img.dynarch-menu-shadow, div.div.dynarch-IE6-shadow { z-index: 990; position: absolute; }
div.dynarch-menu-shadow { background-color: #555; -moz-opacity: 0.6; filter: alpha(opacity=60); }

/* hider */
iframe#dynarch-menu-hider { z-index: 980; }

/* scroll */

div.dynarch-menu-scroll-up { height: 12px; font-size: 12px; line-height: 12px; overflow: hidden;
  background: url("img/scroll-up.gif") no-repeat 50% 50%;
}
div.dynarch-menu-scroll-down { height: 12px; font-size: 12px; line-height: 12px; overflow: hidden;
  background: url("img/scroll-down.gif") no-repeat 50% 50%;
}
div.dynarch-menu-scroll-up-hover { background-image: url("img/scroll-up-hover.gif"); }
div.dynarch-menu-scroll-down-hover { background-image: url("img/scroll-down-hover.gif"); }
div.dynarch-menu-scroll-up-disabled { background-image: url("img/scroll-up-disabled.gif"); }
div.dynarch-menu-scroll-down-disabled { background-image: url("img/scroll-down-disabled.gif"); }

/* toolbars */

div.dynarch-menu-toolbar table tr td.item {
  padding: 2px 3px;
}
.impossible-class-name-to-preload-shadow-image-in-internet-exploder { background-image: url("img/shadow.png"); }

.navheader_selected{
	background-image: URL('img/topnav_hover_bg.gif'); background-position: center;
}

div.dynarch-popup-menu a, div.dynarch-horiz-menu a{
	cursor: pointer;
}
#menu{
	cursor: pointer;
}