
.menu-container {
    display: none;
    position: absolute;
    background: #c8c8ff;
    z-index: 99;
}

.level0 {
    overflow: visible;
    clear: both;
}

.menu-title {
    float: left;
    width: 100%;
    background: #c8c8ff;
}

.list {
    display: none;
    position: absolute;
    text-align: left;
}

.leaf {
    text-align: left;
    background: #c8c8ff;
    white-space: nowrap;
}

.leaf:hover {
    background: #f0f0ff;
}

.symbol {
    min-width: 30px;
    text-align: center;
    background: #c8c8ff;
    min-width: 30px;
    white-space: nowrap;
}

.symbol:hover {
    background: #f0f0ff;
}

.menu-title:hover {
    background: #f0f0ff;
}
