ul.dropdown ul li { display: inline; width: 100%; } 
.translucentbox{ background:black; padding: 0 10px; overflow: hidden; position: absolute; bottom: 0; left: 0;  z-index: 1; width: 580px; }
.navigation li:hover .dropdown { display: block; }

input[type=checkbox].nw-css-checkbox {
	position: absolute;
	overflow: hidden;
	clip: rect(0 15px 15px 0);
	padding:0;
	border:0;
	margin-top:5px;
}
.nw-css-label {
	background-image:none;
}
.nw-checkbox {
	width: 250px;
}