/* This stylesheet from http://devedge.netscape.com/ */
/*
   $Id: cssjsmenuhover.css,v 1.4 2004/02/05 15:55:00 gurnaik Exp $
 */

/*
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
{
  left: 0;
  visibility: visible;
}
