/* Copyright Dynarch.com, 2003-2006.  All Rights Reserved. */

@import url("../hmenu/hmenu-extended.css");

div.dynarch-horiz-menu { padding: 15px; }
div.dynarch-horiz-menu table tr td.hover { padding: 2px 30px;  }
div.dynarch-horiz-menu table tr td.active,
div.dynarch-horiz-menu table tr td.pressed { padding: 0px 30px 1px 30px; }

/* horizontal parts */

div.dynarch-horiz-menu
{
	background-image: url(../hmenu/img/menu_bar.gif);
	border-bottom-style: none;
	border-right-style: none;
	width: 705px;
	border-top-style: none;
	height: 20px;
	border-left-style: none;
	background-repeat: no-repeat;
}

div.dynarch-horiz-menu table tr td { height: 20px; }
div.dynarch-horiz-menu table tr td.hover { background: url("../hmenu/img/longhorn/bar.png") repeat-x 0 0; border-color: #dfe2e5; }
div.dynarch-horiz-menu table tr td.active { background: url("../hmenu/img/longhorn/bar-hover-bg.png") repeat-x 0 0; }
div.dynarch-horiz-menu table tr td.pressed { background: url("../hmenu/img/longhorn/bar-hover-bg.png") repeat-x 0 0;
  padding: 3px 2px 1px 4px; border-color: #dfe2e5; }
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: #7a8b9d; border-left: none; margin-right: 3px; }




/* vertical parts */

div.dynarch-popup-menu div.d div.c div.b div.a { padding: 2px 1px; }
div.dynarch-popup-menu { border-color: #4e5358; color: #000; background-color: #f5f5f5; padding: 0; }
div.dynarch-popup-menu tr.item td { height: 21px; }
div.dynarch-popup-menu tr.item td.icon { padding: 1px 1px 1px 3px; }
div.dynarch-popup-menu tr.separator td div { background: url("../hmenu/img/longhorn/separator.png") no-repeat 50% 50%; padding-bottom: 1px; }
div.dynarch-popup-menu tr.item.hover, div.dynarch-popup-menu tr.item.active { 
  background: url("../hmenu/img/longhorn/popup-hover-bg.png") repeat-x 0 0;
}
div.dynarch-popup-menu tr.item.hover td, div.dynarch-popup-menu tr.item.active td {
  border-color: #aadaed;
}
div.dynarch-popup-menu tr.active td.arrow div { background-image: url("../hmenu/img/longhorn/rarrow-hover.gif"); }
div.dynarch-popup-menu tr.item.hover td.icon, div.dynarch-popup-menu tr.item.active td.icon {
  padding-left: 2px;
}
