/* 
	YADM - yet another dropdown menu 
	Menu styles without Javascript 
	See more at http://www.onlinetools.org/yadm/
*/

ul#nav{
	font-family: Tahoma, Verdan, Helvetica, Sans-Serfif;
	font-size: 10px;
	margin:0;
	padding:0;
	list-style-type:none;
	border:none;
	background:#BABCBD;
	padding:.5em;
	width:9em;
}
ul#nav li ul{
	background:#BABCBD;
	font-size: 10px;
	font-weight: normal;
	margin:0;
	padding:0;
}
ul#nav li{
	position:relative;
	font-size: 11px;
	font-weight: bold;
	margin:0;
	width:9em;
	padding:0;
	list-style-type:none;
	background:transparent;
	color:#34373B;
	line-height:150%;
}
ul#nav a{
	border:1px solid #BABCBD;
	color:#34373B;
	text-decoration:none;
	display:block;
}
ul#nav a:hover{
	border:1px inset #be8;
	background:#be8;
	color:#000;
}
ul#nav li li a{
	padding-left:1em;
	color:#333;
	text-decoration:none;
	display:block;
}
ul#nav li li a:hover{
	background:#ad7;
}
.hiddenChild{
	position: absolute;
	left: -999em;
}
.shownChild{
	left:-1px;
}
p{
	clear:both;float:none;
}
ul#nav.dhtml{
	position:relative;
	width:auto;
	background:#BABCBD;
	margin:0;
	padding:0;
	list-style-type:none;
	height:15px;
}
ul#nav.dhtml li{
	position:relative;
	float:left;
	width:9em;
	border-right:none;
}
ul#nav.dhtml ul{
	font-weight: normal;
	top:1.4em;
	position:absolute;
	border:1px solid #333;
	border-top:none;
	background:#fff;
	width:9em;
	z-index:10;
}
ul#nav.dhtml li a,ul#nav.dhtml li a:hover{
	border:none;
}
ul#nav.dhtml li a{
	padding:0 .5em;
}
ul#nav.dhtml ul li{
	font-weight: normal;
	border:none;
	width:9em;
}
ul#nav.dhtml li.isParent{
	background:url(vertarrow.gif) 90% 50% no-repeat #BABCBD;
}
ul#nav.dhtml li.isActive{
	background:url(vertarrow.gif) 90% 50% no-repeat #BABCBD;
}
ul#nav.dhtml li.isActive a{
	background:transparent;
}
ul#nav.dhtml li.isActive ul a{
	padding:0 .5em;
}
ul#nav.dhtml a:hover{
 	background:#BABCBD;
}

ul#nav.dhtml li.isActive ul a:hover{
	background:rgb(234,242,255);
}