       .lavaLamp {
            position: relative;
            height: 18px;
            padding: 15px;
            margin: 10px 0;
            overflow: hidden;
        }
                .lavaLamp li {
                    float: left;
                    list-style: none;
                }
                    .lavaLamp li.back {
                        background-color: #000;
                        width: 9px;
                        height: 3.8em;
                        z-index: 8;
                        position: absolute;
                    }
                    
                       .lavaLamp li a {
                        font-size: 1.7em;
                        text-decoration: none;
                        color: #000;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 3.4em;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;
                        text-decoration: none;
                    }
                    
                    .lavaLamp  li.current a {
                    	background: #000;
                    	color: #fff;
                    }
                    

                        .lavaLamp li a:hover,  .lavaLampNoImage li a:active, .lavaLampNoImage li a:visited {
                        	background: #000;
                            border: none;
                            color: #fff;
                             margin: auto 10px;
                            text-decoration: none;
                        }                  