/*
CSS Document
complied by Guy Hoogewerf - www.ncompass.co.uk - ©2008
*/
/* hmenu.css horizontal parts */
div.dynarch-horiz-menu { padding: 0px 0px;border: 0px solid; /*  white-space: nowrap; */ cursor: pointer;}
div.dynarch-horiz-menu table, div.dynarch-popup-menu table { font: 12px verdana,tahoma,sans-serif; }
div.dynarch-horiz-menu table tr td.item { padding: 3px 17px; text-align: center; }


/* hmenu.css vertical parts */

div.dynarch-popup-menu { text-align: left; cursor: pointer;}

/* skin-modern.css horizontal parts */
div.dynarch-horiz-menu { background: #06c url(../images/navigation_background.jpg) center top no-repeat;color: #fff; }
div.dynarch-horiz-menu table { color: #fff; width: 1024px;}
div.dynarch-horiz-menu table tr td.active, div.dynarch-horiz-menu table tr td.pressed { background-color: #8b3223; }

/* skin-modern.css vertical parts */
div.dynarch-popup-menu { color: #fff; background-color: #dcdcdc; }
div.dynarch-popup-menu tr.item { color: #8b3223; }
div.dynarch-popup-menu tr.item.hover, div.dynarch-popup-menu tr.item.active { background-color: #ffffaa; color: #333; }

/* Hide Icons*/
div.dynarch-popup-menu tr.item td.icon img,
div.dynarch-popup-menu tr.item td.icon div {
  width: 0;
}
div.dynarch-popup-menu tr.item td.icon {
  width: 0;
}
/* End */