.menulist li:hover>ul {
	display: block;
}
/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
html .menulist ul {
	top: 1.1em; /* 1.1 */
	margin-top:7px; /* I'm using ems and px to allow people to zoom their font */
}
html .menulist ul li {
	margin-top:-1px;
	margin-bottom: 0px;
}
html .menulist ul a {
	border:1px #fff solid;
}
/* Second and third etc. level submenus - position across from parent instead */
html .menulist ul ul {
	top: 1px;
	margin-top: 0;
	left: 144px;
}

