        .lavaLampWithImage {
            position: left;
            height: 38px;
            
            background: url("../images/bg.gif") no-repeat top;
            padding: 15px;
            margin: 0px 0;
            overflow: hidden;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("../images/lava.gif") no-repeat right -15px;
                        width: 9px; height: 39px;top: 12px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("../images/lava.gif") no-repeat top left;
                            height: 39px;top: 12px;
                            margin-right: 5px; /* 7px is theimages/ width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        font: 12px ËÎÌå;
                        font-weight:bold;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: -1px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 15px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 13px;    
                    }
                        .lavaLampWithImage li a:link{   
 COLOR: #ffffff; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none }, 
 .lavaLampWithImage li a:hover{   
 COLOR: #ffffff; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none }, .lavaLampWithImage li a:active{   
 COLOR: #ffffff;  BACKGROUND-COLOR: transparent; TEXT-DECORATION: none }, .lavaLampWithImage li a:visited {   
 COLOR: #ffffff; BACKGROUND-COLOR: transparent; TEXT-DECORATION: none }
     
