.PAmenuList.lvl1 ul {
	max-height:0px;
	display:block;
	overflow:hidden;
	-webkit-transition: max-height 5000ms cubic-bezier(0, 1, 0, 1);
	-moz-transition: max-height 5000ms cubic-bezier(0, 1, 0, 1);
	transition: max-height 5000ms cubic-bezier(0, 1, 0, 1);
}
.PAmenuList.lvl1 {
	padding:0px;
}
.PAmenuList .lvl2 {
	padding:0px 0px 0px 10px;
}
.PAmenuList .lvl3 {
	padding:0px 0px 0px 10px;
}
.PAmenuList .hasChilds:hover ul,
.PAmenuList .active ul,
.PAmenuList ul.open,
.PAmenuList ul.open ul {
	-webkit-transition: max-height 3000ms linear 0s;
	-moz-transition: max-height 3000ms linear 0s;
	-o-transition: max-height 3000ms linear 0s;
	transition: max-height 3000ms linear 0s;
	height:auto;
	max-height:1500px;
	visibility:visible;
}
.PAmenuList li {
	display: block;
	font-size: 14px;
	line-height: 18px;
}
.PAmenuList li ul {
	padding: 0 0 0 20px;
}
.PAmenuList li a {
	display: block;
	padding: 3px 0;
	color: #245679;
	text-decoration: none;
}
.PAmenuList li a:hover {
	color: #E8910C;
}
.PAmenuList li.active > a {
	color: #E8910C !important;
	text-decoration: underline;
}
.PAmenuList li > a {
	background-image: url('https://www.dekalbfamilydivorcelaw.com/images/imgo.jpeg');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
.PAmenuList li li > a {
	background-image: url('https://www.dekalbfamilydivorcelaw.com/images/imgo-small.jpeg');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
.PAmenuList li li li > a {
	background-image: url('https://www.dekalbfamilydivorcelaw.com/images/imgo-small.jpeg');
	background-repeat: no-repeat;
	background-position: left center;
}
body {font-family: 'Open Sans', sans-serif;}
	.container {max-width:1000px;width:100%;}
	.seccolor {color:#e8910c;}
	.maincolor {color:#245679;}
	a {color:#e8910c;color:#d25e36;}
	a:hover {color:#245679;}
