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

#navcontainer ul ul {
	background: transparent none;
	position: absolute;
	top: 16px;
}

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


