/* with acknowledgement to:
http://devedge.netscape.com/viewsource/2003/devedge-redesign-js/examples/example-2.html
*/
/*
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.submenu:hover
{
/*  padding-bottom: 30em; */
}

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

