/* 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;height:34px;
        }
            .lavaLamp td.back .left {
                background-color:#d46cbf;
                position:relative;
                top:0px!important;#top:4px!important;
                height:21px!important;#height:19px!important;
                right:-4px!important;#right:0px!important
            }
        /* Styles for each menu-item. */
        .lavaLamp td a {
            position: relative;#position:static; 
            overflow: hidden;
            z-index: 10;
        }
        
