/* YADM flyout example */

.hiddenChild{
	left: -999em;
}
.shownChild{
	left:9em;
	top:0;
}
ul#nav.dhtml{
	border:0px solid #gray;
	position:absolute;
	top:0.1em;
	left:0em;
}

ul#nav.dhtml,ul#nav.dhtml ul{
	background:#9c0;
	margin:0;
	padding:.5em;
	list-style-type:none;
	width:15em;
}
ul#nav.dhtml li{
	position:relative;
}
ul#nav.dhtml ul{
	position: absolute;
	border:thin solid gray;
	background:#9c0;
	padding:.5em;
	width:18em;
	z-index:10;
}
ul#nav.dhtml ul li{
	width:18em;
}
ul#nav.dhtml li.isParent{
	background:url(horizarrow.gif) 100% 50% no-repeat #9c0;
}
ul#nav.dhtml li.isActive{
	background:url(horizarrow.gif) 100% 50% no-repeat #9c0;
}
ul#nav.dhtml li.isActive a{
	background:transparent;
	border:1px inset #9c0;
}
ul#nav.dhtml li.isActive ul a{
	border:1px solid #9c0;
}
ul#nav.dhtml li.isActive ul a:hover{
	border:0px inset #9c0;
	background:#9c0;
}
ul#nav.dhtml ul a{
	padding:0;
}