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

.hiddenChild{
	display:none;
}
.shownChild{
	display:block;
}
ul#nav.dhtml{
	position:absolute;
	top:1em;
	left:1em;
}

ul#nav.dhtml{
	background:#cf9;
	margin:0;
	padding:.5em;
	list-style-type:none;
	width:10em;
}
ul#nav.dhtml li{
	position:relative;
}
ul#nav.dhtml ul{
	background:#be8;
	border:1px inset #be8;
	border-top:none;
}
ul#nav.dhtml ul li{
	width:10em;
}

ul#nav.dhtml li.isParent{
	background:url(vertarrow.gif) 100% 50% no-repeat #cf9;
}
ul#nav.dhtml li.isActive{

	background:url(vertarrow.gif) 100% 50% no-repeat #cf9;
}
ul#nav.dhtml li.isActive a{
	color:#000;
	background:url(vertarrow.gif) 100% 50% no-repeat #9c6;
	border:1px inset #be8;
	border-bottom:1px solid #be8;
}
ul#nav.dhtml li.isParent a:hover{
	background:url(vertarrow.gif) 100% 50% no-repeat #be8;
	border:1px inset #be8;
	border-bottom:1px solid #be8;
}
ul#nav.dhtml li.isActive ul a{
	color:#333;
	margin-right:2px;
	background:#be8;
	border:none;
}
ul#nav.dhtml li.isActive ul a:hover,ul#nav.dhtml li.isActive ul li.current a{
	border:none;
	background:#9c6;
}
ul#nav.dhtml ul a{
	padding:0;
}