#acdnmenu 
{
    width: 98%;
	float:left;
	margin:1%;
}

#acdnmenu h2{
	background:#d9d9d9;
}

#acdnmenu h2.dem{
	background:#d9d9d9 url(../images/plus.gif) no-repeat 99.5% 9px;
}

#acdnmenu h2.hd-act{
	background:#d9d9d9 url(../images/minus.gif) no-repeat 99.5% 9px;

}

#acdnmenu h3{
	background:#f2f2f2;
}
#acdnmenu h3.dem2{
	background:#f2f2f2 url(../images/arrows-tp.png) no-repeat 99.5% 8px;
}

#acdnmenu h3.actnew{
	background:#f2f2f2 url(../images/arrows-dn.png) no-repeat 99.5% 8px;
}

#acdnmenu h2 a,h3 a{
	color:#000;
}


#acdnmenu h2, 
#acdnmenu h3, 
#acdnmenu div, #acdnmenu ol, 
#acdnmenu li, #acdnmenu ul{
	/* reset styles for accordion */
	margin:0px;
	padding:0px;
	font-weight:normal;
	list-style:none;
	font-size:15px;
	clear:both;
}
#acdnmenu div{
	display:none;
	color:#333;
	overflow:hidden;
}

#acdnmenu div ul{
margin-left:30px !important;
}
#acdnmenu h2{
	cursor:pointer;
	color:#000;
	padding:5px 5px 5px 30px;
	margin-top:5px;

}
#acdnmenu h3{
	cursor:pointer;
	padding:5px;
	color: #333;
	padding:5px 5px 5px 30px;
}

#acdnmenu div ul.trans{
margin-left:0px !important;
}

#acdnmenu div ul.trans li{
border-bottom:1px solid #d9d9d9;
padding:5px 0 !important;
width:100%;
float:left;
}
#acdnmenu div ul.trans li:last-child{
border-bottom:0px;
}

.trans h2{
	cursor:pointer;
	color:#000;
	padding:5px !important;
	margin-top:5px;

}

#acdnmenu h3:hover{
	color:#000;
}
#acdnmenu h3 + div{
	background-color:#fff;
	padding:5px 5px 5px 30px;
	}
#acdnmenu li:hover{
	color:#000;
	cursor:pointer;
}



#acdnmenu ul a
{
    font-family: 'EB Garamond', serif;
	font-size:13px;
    color:#333;
    padding:5px; 
    text-decoration:none;
	line-height:20px;

}







