#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 16px;
}

#navcontainer ul ul {
	background: transparent none;
	/* position: absolute; */
	margin-left: auto;
	margin-right: auto;
	top: 20px;
}

#navcontainer ul ul ul {
	position: absolute;
	margin: 0;
	white-space: nowrap;
	padding: 0px 0px 0px 0;
	background: transparent none;
	top: 12px;
}


