/*
For CSS based versions, extend the li below the menu,
so that the mouse will stay over the li,
and keep the hover active
*/

#h2menu ul li:hover {
	padding-bottom: 30em;
}

#h2menu ul ul li:hover {
	padding-bottom: 0;
}

#h2menu ul li:hover ul  {
	visibility: visible;
}

