@import url("hmenu.css");

div.dynarch-popup-menu tr.item td.arrow div { width: 11px; background: transparent url(../../imgs/da/menu.gif) no-repeat 100% 50%; }
div.dynarch-popup-menu tr.hover td.arrow div,
div.dynarch-popup-menu tr.active td.arrow div { background: transparent url(../../imgs/da/menu.gif) no-repeat 100% 50%; }
.icon{display:none}
div.dynarch-popup-menu {
  cursor:pointer;
  background:#D72625 url(../../imgs/da/menu_bg.gif) repeat;
  border:none;
  font:14px times new roman; color:white;
  padding:0px;
}
div.dynarch-popup-menu table td {
	padding:3px 5px;
	height:24px;
	font:14px times new roman; color:#fff;
	white-space:nowrap;
}
div.dynarch-popup-menu tr.item.hover td,
div.dynarch-popup-menu tr.item.active td{
  background:#980000;
  color:#fff
}
