/* original by devedge.netscape.com
redesign by www.amico-alpha.de [hjk]
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.mainmenu li.submenu:hover {
	padding-bottom:5em;
}

ul.mainmenu li.submenu:hover ul{
	left:0px;
	visibility:visible;
}
