div#menuleft ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left
    }
div#menuleft ul.menu {
    padding-left: 30px
    }
div#menuleft li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0 5px 0 0;
    display: block;
    float: left
    }
div#menuleft li:hover > ul {
    left: -2px
    }
div#menuleft a {
    position: relative;
    z-index: 10;
    height: 41px;
    display: block;
    float: left;
    line-height: 41px;
    text-decoration: none;
    font: normal 12px Trebuchet MS
    }
div#menuleft a:hover, div#menuleft a:hover span {
    color: #fff
    }
div#menuleft a:hover {
    color: rgb(218, 219, 222)
    }
div#menuleft span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0
    }
div#menuleft ul ul a.parent span {
    background-position: 95% 8px;
    background-image: url(images/item-pointer.gif)
    }
div#menuleft ul ul a.parent:hover span {
    background-image: url(images/item-pointer-mover.gif)
    }
/* menu::level1 */
div#menuleft a {
    padding: 0 10px 0 10px;
    line-height: 30px;
    color: #e5e5e5
    }
div#menuleft span {
    margin-top: 5px;
    color: #333
    }
div#menuleft ul a:hover span {
    color: #333
    }
div#menuleft ul ul span {
    color: rgb(169, 169, 169)
    }
div#menuleft ul ul a:hover span {
    color: rgb(218, 219, 222)
    }
div#menuleft li {
    background: url(images/main-delimiter.png) 98% 4px no-repeat
    }
div#menuleft li.last {
    background: none
    }
/* menu::level2 */
div#menuleft ul ul li {
    background: none
    }
div#menuleft ul ul {
    position: absolute;
    top: 38px;
    left: -999em;
    width: 163px;
    padding: 5px 0 0 0;
    background: rgb(45, 45, 45);
    margin-top: 1px
    }
div#menuleft ul ul a {
    padding: 0 0 0 15px;
    height: auto;
    float: none;
    display: block;
    line-height: 24px;
    color: rgb(169, 169, 169)
    }
div#menuleft ul ul span {
    margin-top: 0;
    padding-right: 15px;
    _padding-right: 20px;
    color: rgb(169, 169, 169)
    }
div#menuleft ul ul a:hover span {
    color: #fff
    }
div#menuleft ul ul li.last {
    background: none
    }
div#menuleft ul ul li {
    width: 100%
    }
/* menu::level3 */
div#menuleft ul ul ul {
    padding: 0;
    margin: -38px 0 0 163px !important;
    margin-left: 172px
    }
/* colors */
div#menuleft ul ul ul {
    background: rgb(41, 41, 41)
    }
div#menuleft ul ul ul ul {
    background: rgb(38, 38, 38)
    }
div#menuleft ul ul ul ul {
    background: rgb(35, 35, 35)
    }
/* lava lamp */
div#menuleft li.back {
    background: url(images/lava.png) no-repeat right -44px !important;
    background-image: url(images/lava.gif);
    width: 13px;
    height: 44px;
    z-index: 8;
    position: absolute;
    margin: -1px 0 0 -5px
    }
div#menuleft li.back .left {
    background: url(images/lava.png) no-repeat top left !important;
    background-image: url(images/lava.gif);
    height: 44px;
    margin-right: 8px
    }