.hiddenChild{
	left: -999em;
}
.shownChild{
	left:-1px
}
ul#nav.dhtml{
	text-align: center;
	position:relative;
	top:0;
	left:0;
	height: 23px;
	border:none;
	width:100%;
	background: white;
	margin:0;
	margin-bottom: 0px;
	padding:0;
	list-style-type:none;
}
ul#nav.dhtml li{
	margin-left: -3px;
	margin-bottom: 0px;
	position:relative;
	float:left;
	width: 120px;
	border:none;
	background: url(/images/buttons/bluebuttonup.png);
	line-height: 24px;
	height: 24px;
	text-decoration: none;
	color: white;
	list-style-type:none;
}
ul#nav.dhtml ul{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-type:none;
	position: absolute;
	border-top:none;
	height: 24px;
	z-index:10;
}
ul#nav.dhtml li a,ul#nav.dhtml li a:hover{
	width: 120px;
	border:none;
	height: 24px;
	color: white;
	text-decoration: none;
}
ul#nav.dhtml li a{
	height: 24px;
	width: 120px;
}
ul#nav.dhtml ul li{
	border:none;
	width: 120px;
	height: 24px;
}
ul#nav.dhtml li.isParent{
	height: 24px;
	width: 120px;
}
ul#nav.dhtml li.isActive{
	height: 24px;
	width: 120px;
}
ul#nav.dhtml li.isActive a{
	background:transparent;
	height: 24px;
	width: 120px;
}
ul#nav.dhtml li.isActive ul a{
	padding:0 .5em;
	height: 24px;
	width: 120px;
}
ul#nav.dhtml .blankli{
	height: 20px;
	background: url();
}

ul#nav.dhtml a:hover{
	height: 24px;
	width: 120px;
}
ul#nav.dhtml li.isParent a:hover{
	height: 24px;
	width: 120px;
}
ul#nav.dhtml li.isActive ul a:hover{
	width: 120px;
	height: 24px;
}
