@import url("hmenu.css");

div.dynarch-popup-menu tr.item td.arrow div{width:11px; background:transparent url(../../imgs/en/menu.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(../../imgs/en/menu.gif) no-repeat 0% 50%}
.icon{display:none}
div.dynarch-popup-menu{
  cursor:pointer;
  background:#D72625 url(../../imgs/en/menu_bg.gif) repeat;
  border:none;
  font:13px times new roman; color:white;
  padding:0px;
  white-space:nowrap;
}
div.dynarch-popup-menu table td{
	padding:3px;
	height:23px;
	font:13px 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
}
