.page-menu.ancestor-tree {background-color: white; margin-left: 0; margin-right: 1em; border-top: 1px solid #CCC; border-bottom: 1px solid #CCC; margin-top: 160px;}
.page-menu.ancestor-tree a {color: #4c4d4f; text-decoration: none;}
.page-menu.ancestor-tree > .current_page_ancestor {padding: 15px 0 0 0;}
.page-menu.ancestor-tree .current_page_ancestor > a {color: #252d2b;}
/*.page-menu.ancestor-tree .current_page_ancestor:hover {background-image: url('../img/bg-li.png'); background-repeat: repeat-x; background-color: transparent;}
.page-menu.ancestor-tree .current_page_ancestor:hover > a {color: white;}*/
.page-menu.ancestor-tree li.page_item.page_item_has_children.current_page_item {
    background-color: white;
	background-image: url(parentPageMenubg.png);
	background-repeat: repeat-x;
	padding-bottom: 0;
}
.page-menu.ancestor-tree li.current_page_item a {color: white;}
.page-menu.ancestor-tree li.current_page_item ul.children li a {color: #4c4d4f;}
.page-menu.ancestor-tree li {padding: 15px; font-size: 12px;}
.page-menu.ancestor-tree li ul li {font-size: 12px;}
.page-menu.ancestor-tree li ul li:hover {background-color: #606060;}
.page-menu.ancestor-tree li ul li:hover a {color: white;}
.page-menu.ancestor-tree li ul li.page_item_has_children:hover {background-image: url('../../images/parentPageMenubg.png'); background-repeat: repeat-x; background-color: transparent;}
.page-menu.ancestor-tree li ul li:hover ul li a {color: #4c4d4f;}
.page-menu.ancestor-tree li ul li:hover ul li:hover a {color: white;}
.page-menu.ancestor-tree li ul li:hover ul li.current_page_item a {color: white;}
.page-menu.ancestor-tree li ul {margin-left: 0; padding-top: 15px;}
.page-menu.ancestor-tree li ul li ul {padding-top: 0;}
.page-menu.ancestor-tree li.current_page_item {background-color: #787979;}
/*.page-menu.ancestor-tree li.current_page_item:first-child {background-color: white; background-image: url('../img/bg-li.png'); background-repeat: repeat-x;}*/
.page-menu.ancestor-tree li.current_page_item:first-child a {color: white;}
.page-menu.ancestor-tree li.current_page_item:first-child li a {color: #4c4d4f;}
.page-menu.ancestor-tree li.current_page_item:first-child li:hover a {color: white; background-image: url('../../images/parentPageMenubg.png'); background-repeat: repeat-x; }
.page-menu.ancestor-tree li.current_page_item:first-child li:hover ul li a {color: #4c4d4f; background-image: none;}
.page-menu.ancestor-tree li.current_page_item:first-child li:hover ul li:hover a {color: white; background-image: url('../../images/parentPageMenubg.png'); background-repeat: repeat-x;}
.page-menu.ancestor-tree li ul.children li ul.children li {margin: 0 -15px; padding-left: 45px;}
.page-menu.ancestor-tree ul li.page_item_has_children > a:before {
    font-family: 'Zapf Dingbats';
    font-size: 15px;
    content: '\276F';
    margin-right: 10px;
    transition: all 0.3s;
    display: inline-block;
}
.page-menu.ancestor-tree li ul li ul li {font-size: 90%;}
.page-menu.ancestor-tree ul li.page_item_has_children.current_page_item > a:before, .page-menu.ancestor-tree ul li.page_item_has_children:hover > a:before, .page-menu.ancestor-tree ul li.page_item_has_children.current_page_parent > a:before {
    font-family: 'Zapf Dingbats';
    font-size: 15px;
    content: '\276F';
    margin-right: 10px;
    transition: all 0.3s;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
}
.page-menu.ancestor-tree ul li ul li a {padding-left: 2px;}
.page-menu.ancestor-tree ul li ul li a:before {content: '';}
.page-menu.ancestor-tree ul li ul li.current_page_item a:before {content: '';}
.page-menu.ancestor-tree .children .children {display: none;}
.page-menu.ancestor-tree li ul li.page_item_has_children:hover .children, .page-menu.ancestor-tree ul li.page_item_has_children.current_page_item .children, .page-menu.ancestor-tree ul li.page_item_has_children.current_page_parent .children {display: block;}

/* Overrides */
.entry-content ul.page-menu.ancestor-tree li:last-of-type {padding-bottom: 10px;}
.entry-content ul.page-menu.ancestor-tree li.current_page_ancestor:last-of-type {padding-bottom: 0;}
.entry-content ul.page-menu.ancestor-tree li ul {margin-top: 1em;}
.et_pb_widget_area_left {border-right: none;}