/* menu::base */
div#menu {
    height:44px;
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
div#menu ul.menu {
    padding-left: 30px;
}

div#menu span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
}
div#menu ul ul a.parent span {
    background-position:95% 8px;
    background-image: url(images/item-pointer.gif);
}
/* menu::level1 */

/* menu::level2 */

div#menu ul ul {
    position: absolute;
    top: 33px;
    left: -999em;


}
div#menu ul ul a {
    height: auto;
    float: none;
    display: block;
    line-height: 24px;
}
div#menu ul ul span {
    margin-top: 0;
    padding-right: 15px;
    _padding-right: 20px;
}
div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
}


/* lava lamp */
div#menu li.back {
    background: url(images/lava.png) right -92px !important;
    background-image: url(images/lava.gif);
    width: 13px;
    height: 38px;
    z-index: 8;
    position: absolute;
    margin: -1px 0 0 -5px;
}
div#menu li.back .left {
    background: url(images/lava.png) no-repeat top left !important;
    background-image: url(images/lava.gif);
    height: 44px;
    margin-right: 8px;
}


