/* YADM relative dropdown example */
.hiddenChild{
	position: absolute;
	left: -999em;
}
.shownChild{
	left:-1px;
}
p{
	clear:both;float:none;
}
ul#nav.dhtml{
	position:relative;
	background:#33CCFF; 
	margin:0;
	padding:0;
	list-style-type:none;
	height:1.5em;
	width:650px;
	\width:650px;
	w\idth:650px;
}
ul#nav.dhtml li{
	position:relative;
	float:left;
	width:auto;
	border-right:1px solid #333;
	background:#33CCFF; 
}
ul#nav.dhtml li#multi{
	position:relative;
	background: #33CCFF;
	float:left;
	width:95px;
	text-align:left;
	border-right:1px solid #333;
}
ul#nav.dhtml li#last_x{
	position:relative;
	float:left;
	border-right:none;
	width:89px;
	\width:89px;
	w\idth:89px;	
}

ul#nav.dhtml ul{
	top:1.4em;
	position:absolute;
	border:1px solid #ffc;
	border-top:none;
	background:#33CCFF; 
	width:auto;
	z-index:10;
}
ul#nav.dhtml li a,ul#nav.dhtml li a:hover{
	border:none;
	width:auto
}
ul#nav.dhtml li a{
	padding:0 .5em;
}
ul#nav.dhtml ul li{
	border:none;
	width:14em;
	float:left;
	text-align:left
}
ul#nav.dhtml li.isParent{
	background:url(/images/vertarrow.gif) 80px no-repeat #333;
}
ul#nav.dhtml li.isActive{
	background:url(/images/vertarrow.gif) 80px no-repeat #ffc;
}
ul#nav.dhtml li#multi.isActive{
	background:url(/images/vertarrow.gif) 80px no-repeat #ffc;
}
ul#nav.dhtml li.isActive a{
	background:transparent;
}
ul#nav.dhtml li.isActive ul a{
	padding:0 .5em;
}
ul#nav.dhtml a:hover{
 	background:#ffc;
}
ul#nav.dhtml li.isParent a:hover{
	background:url(/images/vertarrow.gif) 80px no-repeat #ffc;
}
ul#nav.dhtml li.isActive ul a:hover{
	background:#ffc;
}
