.listree-submenu-heading {
    cursor: pointer;
}
ul.listree {
    list-style: none;
    padding: 5px;
	margin: 0px;
}
ul.listree-submenu-items {
    list-style: none;
    border-left: 2px solid #1b1d28;
}
div.listree-submenu-heading.collapsed:before {
    content: "►";
    margin-right: 4px;
    font-size: 10pt;
    position: relative;
	top: -2px;
	color: #04aa6b;
}
div.listree-submenu-heading.expanded:before {
    content: "▼";
    margin-right: 4px;
    font-size: 10pt;
    position: relative;
    top: -2px;
    color: #04aa6b;
}
.scrollable-menu {
    height: auto;
    max-width: 800px;
    overflow-y: hidden;
}
