ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

li {
	float: left;
	position: relative;
}

li ul {
	display: none;
	position: absolute;
	border:1px solid #030;
	background:#FDFDE5;
	margin-top:6px;
	width:10em;
}

li ul li {
	width:10em;
}

li:hover ul, li.over ul{ display: block; width:10em; }

#content {
	clear: left;
}

*:first-child+html #nav {
height: 1%;
}
*:first-child+html #nav li {
height: 1%;
}