www2.kymaner.com/index.php?option=com_content&view=article&id=47&Itemid=34&lang=en
If you click on the link, is the about us page. When mouse over over the item "Company" to see the submenu, you can see that the about us link as an active state, and inherits the background image that is defined in the mainmenu active state...
tried to duplicate
.ux-menu-sub li a:hover {
color:#FFFFFF;
font-size:14px !important;
font-weight:bold !important;
background-color: #005496;
text-decoration: none;
background-image: none;
}
and atribute a:active, but the background image still appears...