/*
for css based versions extend the li
below the menu so that the mouse will
stay over the li and keep the hover active
*/

ul.nde-menu-system li a:hover
{
 /*  background-color: #F6F6F6; */
}


ul.nde-menu-system li.submenu:hover ul 
{
  left: 			0;
  visibility: 		visible;
}