#menu-container {
    position: absolute;
    bottom: 1px;
}

#menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#menu li {
    margin: 0;
    height: 27px;
    float: left;
    padding-top: 10px;
}

#menu .menu-on a {
    color: #3399ff;
}

#menu a {
    margin-left: 10px;
    font-size: 110%;
    font-weight: bold;
    text-decoration: none;
    color: #336699;
}

#menu a:hover {
    color: #3399ff;
}

#menu .menu-delimiter {
    width: 1px;
    height: 37px;
    margin: 0 4px 0 13px;
    padding: 0;
    background: #e4ecf6;
}

#left-menu-container ul, #left-menu-container li{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#left-menu-container li div {
    height: 29px;
    line-height: 29px;
    border-bottom: 1px solid #FFF;
}

#left-menu-container li a {
    color: #336699;
    text-decoration: none;
}

#left-menu-container li a:hover {
    text-decoration: underline;
}

.left-menu-level1 li {
    background: #c0d1ec;
}

.left-menu-on div {
    font-weight: bold;
}

.left-menu-off div {
    font-weight: normal;
}

.left-menu-off ul {
    display: none;
}

.left-menu-level1 li div {
    padding-left: 25px;
    background: url('../img/icons/arrow_lvl1.gif') 10px center no-repeat;
}

.left-menu-level2 li {
    background: #d7e3f3;
}

.left-menu-level2 li div {
    padding-left: 40px;
    background: url('../img/icons/arrow_lvl2.gif') 27px center no-repeat;
}

.left-menu-level3 li {
    background: #f0f7ff;
}

.left-menu-level3 li div {
    padding-left: 55px;
    background: url('../img/icons/arrow_lvl3.gif') 42px center no-repeat;
}

