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

.hiddenChild{
	left: -999em;
}
.shownChild{
	left:7.5em;
	top:0;
}
ul#nav.dhtml{
	/* border:1px solid #333; */
	/* position:absolute; */
	top:1em;
	left:1em;
}
ul#nav.dhtml a{
	color: white;
	font-weight: normal;
	text-decoration:none;
}

ul#nav.dhtml,ul#nav.dhtml ul{
	/* background:#cf9; */
	margin:0;
	padding-left:.5em;
	list-style-type:none;
	width:8em;
}
ul#nav.dhtml li{
	position:relative;
}
ul#nav.dhtml ul{
	position: absolute;
	border:1px solid #000000;
	background:#326DA9;
	padding:.5em;
	width:8em;
	z-index:10;
}
ul#nav.dhtml ul li{
	width:8em;
}
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; */
	background-color: #326DA9;
}
ul#nav.dhtml li.isActive a{
	text-decoration:none;
	/* background:transparent;
	border:1px inset #cf9; */
	color: yellow;
	font-weight: bold;
}
ul#nav.dhtml li.isActive ul a{
	/* border:1px solid #dfa; */
	font-weight: normal;
}
ul#nav.dhtml li.isActive ul a:hover{
	/* border:1px inset #be8; */
	/* background:#cf9; */
	font-weight: bold;
}
ul#nav.dhtml ul a{
	padding:1;
}