.treemenu .main-top {
    background: #330033;
    background: linear-gradient(to bottom right, #330033, #003366);
    background: -o-linear-gradient(bottom right, #330033, #003366);
    background: -webkit-linear-gradient(left top, #330033, #003366);
    background: -moz-linear-gradient(top left, #330033, #003366);
    background-attachment: fixed;
    position: absolute;
    z-index: 2;
    bottom: auto;
}

.treemenu .main:not(.main-top) {
    margin-top: 170px;
}

.treemenu .main.openedParent {
    margin-top: 70px;
}

.treemenu .main-top li,
.treemenu .main-top ul li {
    font-weight: normal;
}

.doc-dropdown {

}

.doc-dropdown-arrow:before {
    margin-right: 8px;
}

.doc-dropdown-list {
    display: none;
}

.documentation .treemenu{
    height: 114vh;
}

.treemenu .cta{
    display: none;
}