ul#nav ul {
	position: absolute;
	left: -999em;
}

ul#nav.dhtml, ul#nav.dhtml li {
	position: relative;
	margin: 0;
	padding: 0;
}

ul#nav.dhtml ul {
	position: absolute;
	top: 1.8em;
	border: none;
	z-index: 100;
}

#navigationprimary ul#nav.dhtml ul a {
	display: block;
	width: 13em;
	padding: 0.1em 0.5em 0.1em 0.5em;
	line-height: 1.3em;
	background-position: center;
}

#navigationprimary ul#nav.dhtml ul a:hover {
	background: #B5DC10;
	color: #000;
}

ul#nav.dhtml .hiddenChild {
	position: absolute;
	left: -999em;
}

ul#nav.dhtml .current ul {
	left: -1px;
}

ul#nav.dhtml .shownChild {
	left: -1px;
}
