/* YADM flyout example */
#content{
	background:url(greendot.gif) repeat-y #f8f8f8;
	margin:0 0 0 14em;
	padding:1em 2em;
}

.hiddenChild{
	left: -999em;
}
.shownChild{
	left:10em;
	top:0;
}
ul#nav.dhtml{
	border:1px solid #333;
	position:absolute;
	top:1em;
	left:1em;
}

ul#nav.dhtml,ul#nav.dhtml ul{
	background:#cf9;
	margin:0;
	padding:.5em;
	list-style-type:none;
	width:10em;
}
ul#nav.dhtml li{
	position:relative;
}
ul#nav.dhtml ul{
	position: absolute;
	border:1px solid #333;
	background:#dfa;
	padding:.5em;
	width:10em;
	z-index:10;
}
ul#nav.dhtml ul li{
	width:10em;
}
ul#nav.dhtml li.isParent{
	background:url(horizarrow.gif) 100% 50% no-repeat #cf9;
}
ul#nav.dhtml li.isActive{
	background:url(horizarrow.gif) 100% 50% no-repeat #be8;
}
ul#nav.dhtml li.isActive a{
	background:transparent;
	border:1px inset #cf9;
}
ul#nav.dhtml li.isActive ul a{
	border:1px solid #dfa;
}
ul#nav.dhtml li.isActive ul a:hover{
	border:1px inset #be8;
	background:#cf9;
}
ul#nav.dhtml ul a{
	padding:0;
}