.map-menu{
	    text-transform: uppercase !important;
    background-color: #2f482a !important;
    border: 1px solid #2f482a !important;
    color: #fff !important;
	    font-size: 14px !important;
}

.map-menu2{
    background-color: #699160 !important;
    border: 1px solid #699160 !important;
    color: #fff !important;
}
.vertical-tree {
    padding-top: 10px;
    padding-bottom: 10px;
}

.vertical-tree ul {
    padding-left: 45px;
}
.vertical-tree li {
    margin: 0px 0;
    list-style-type: none;
    position: relative;
    padding: 10px 5px 0px 4px;
}
.vertical-tree-span {
    font-weight: 700;
    color: #bebdbd;
    text-align: center;
    font-size: 32px;
    position: absolute;
    top: 3px;
    left: -43px;
}
.vertical-tree li::before {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    right: auto;
    left: -20px;
    border-left: 2px solid #ccc;
    bottom: 50px;
}
.vertical-tree li::after {
    content: '';
    position: absolute;
    top: 26px;
    width: 25px;
    height: 20px;
    right: auto;
    left: -20px;
    border-top: 2px solid #ccc;
}
.vertical-tree li a {
    display: inline-block;
    padding: 5px 20px;
    text-decoration: none;
    background-color: #d7e7b6;
    color: #000000;
    border: 1px solid #b6c793;
    font-size: 13px;
    border-radius: 4px;
    font-weight: 500;
}.vertical-tree li a {
    display: inline-block;
    padding: 5px 20px;
    text-decoration: none;
    background-color: #e7f6e3;
    color: #000000;
    border: 1px solid #9fcf94;
    font-size: 12px;
    border-radius: 4px;
    font-weight: 500;
}
.vertical-tree > ul > li::before, .vertical-tree > ul > li::after {
    border: 0;
}
.vertical-tree li:last-child::before {
    height: 27px;
}
.vertical-tree li a:hover, .vertical-tree li a:hover+ul li a {
    background-color: #4d7850;
    color: #ffffff;
    border: 1px solid #4d7850;
}
.vertical-tree li a:hover+ul li::after, .vertical-tree li a:hover+ul li::before, .vertical-tree li a:hover+ul::before, .vertical-tree li a:hover+ul ul::before {
    border-color: #9fcf94;
}
