@charset "utf-8";
/* 
	YADM - yet another dropdown menu 
	Menu styles without Javascript 
	See more at http://www.onlinetools.org/yadm/
*/
ul#nav{
	font-family:Arial,Sans-Serif;
	font-size:1.1em;
	margin:0;
	padding:0;
	list-style-type:none;
	padding:.5em;
	width:15em;
	padding-top:0em;
}
ul#nav li ul{
	font-size:0.9em;
	color:#a4a2c9;
	margin:0;
	padding:0px 0px 0px 10px;
}
ul#nav li{
	position:relative;
	margin:0;
	width:12em;
	padding:0;
	list-style-type:none;
	background:transparent;
	
	line-height:130%;
}
ul#nav a{
	color:#a4a2c9;
	font-weight:bold;
	text-decoration:none;
	display:block;
}

ul#nav li.current a{
	color:#5a4884;
}

ul#nav a:hover{
	color:#514e86;
}
ul#nav li li a{
	padding-left:1em;
	font-weight:normal;
	color:#a4a2c9;
	text-decoration:none;
	display:block;
}
ul#nav li li a:hover{
	color:#514e86;
}


/* CSS Document */
/* 
	YADM - yet another dropdown menu 
	Menu styles without Javascript 
	See more at http://www.onlinetools.org/yadm/
*/
/* YADM flyout example */
#content{
	
	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{
	margin:0;
	padding:.5em;
	list-style-type:none;
	width:10em;
}
ul#nav.dhtml li{
	position:relative;
}
ul#nav.dhtml ul{
	border-top:none;
}
ul#nav.dhtml ul li{
	width:10em;
	font-weight:normal
}

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

	background:url(../images/vertarrow.gif) 100% 50% no-repeat;
}
ul#nav.dhtml li.isActive a{
	color:#000;
	background:url(../images/vertarrow.gif) 100% 50% no-repeat;
	}
	
ul#nav.dhtml li.isParent a:hover{
	background:url(../images/vertarrow.gif) 100% 50% no-repeat;

}*/
ul#nav.dhtml li.isActive ul a{
	margin-right:2px;
	color:#a4a2c9;
	border:none;
}
ul#nav.dhtml li.isActive ul a:hover,ul#nav.dhtml li.isActive ul li.current a{
	border:none;
	color:#514e86;
	
}
ul#nav.dhtml ul a{
	padding:0;
}