/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
}
    /* Force the list to flow horizontally */
    .lavaLamp td {
        float: right;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp td.back {
            position: absolute;#z-index:-1
        }
            .lavaLamp td.back .left {
                background-color: #add3c6;
                position:relative;
                top:1px;#top:4px;
                height: 18px;
                #margin:0 3px 0 0px;
            }
        /* Styles for each menu-item. */
        .lavaLamp td a {
            position: relative;#position:static;
            overflow: hidden;
            z-index: 10;
        }
        