.lavaLampWithImage li { float:left;  text-align:center; }

.lavaLampWithImage li.back { background: #B3B3B3 no-repeat right -30px;
                             -moz-border-radius:5px; -khtml-border-radius: 5px; -webkit-border-radius:5px; border-radius:5px;
                        width: 9px; height: 27px;
                        z-index: 8;
                        position: absolute;

                    }
                        .lavaLampWithImage li.back .left {
                            background: #B3B3B3  no-repeat top left;
                            -moz-border-radius:5px; -khtml-border-radius: 5px; -webkit-border-radius:5px; border-radius:5px;
                            height: 27px;

                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a 
                    {
                        font: bold 14px arial;
                        text-decoration: none;
                        color:  #000 !important;
                        outline: none;
                        text-align: center;
                        top: 5px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 20;
                        display: block;
                        float: left;
                        height: 27px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 50px;  
                        
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;  
                        }

       