
#menu-container {
    background: #fff;
    color: #000;
    position: absolute; top: 0;
    top: -9999px;
    width: 100%;
    height: 100%;
}
#menu-container #menu {
}
.node {
    line-height: 1em;
    text-align: center;
    font-weight: bold;
}
.node:hover { color: #000 !important; }
.node.rootNode {
    font-size: 28px;
    width: 240px;
    padding-top: 24px;
}
.node.catNode {
    font-size: 20px;
    width: 180px;
    padding-top: 24px;
    color: #555;
}
.node.leafNode {
    font-size: 11px;
    width: 95px;
    padding-top: 2px;
    color: #aaa;
}
.node.highlight {
    color: #4A7A04;
    color: #EE2222 !important;
}
.node.blink { color: #EE2222 !important; }
