/*
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.ms li:hover {
	padding-bottom: 30em;
}

ul.ms li:hover ul {
	margin-left: 0;
	visibility: visible;
}

