        ul.lavaLamp {
            position: relative;
            height: 24px;
            width: 621px;
            padding: 0;
            margin: 12px 0 0px 0;
            overflow: hidden;
        }
                ul.lavaLamp li {
                    float: left;
                    list-style: none;
                }
                    ul.lavaLamp li.back {
                        background: url(../images/navigation_item.gif) no-repeat bottom center;
                        width: 9px;
                        height: 24px;
                        z-index: 8;
                        position: absolute;
                    }
                    
                    ul.lavaLamp li a {
                        font: bold 11px "Helvetica Neue", Helvetica, arial;
                        text-decoration: none;
                        color: #000;
                        outline: none;
                        text-align: center;
                        font-weight: bold;
                        top: 0px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        display: block;
                        float: left;
                        height: 24px;
                        position: relative;
                        overflow: hidden;
                        margin: 0 10px;
                        z-index: 10;
                        width: auto;
                    }
                    
                    ul.lavaLamp li a:hover {
                       color: #e128e6;
                    }
