        .lavaLampBottomStyle {
            position: relative;
            height: 26px;
            width: 580px;
            padding: 5px 0 15px 0;
            margin: 0;
            overflow: hidden;
        }
                .lavaLampBottomStyle li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampBottomStyle li.back {
                        border-bottom: 5px solid #19a1dc;
                        width: 9px;
                        height: 20px;
                        z-index: 8;
                        position: absolute;
                    }
                    .lavaLampBottomStyle li a, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
						font-family: 'Trebuchet MS', sans-serif;
                        font-size:14px;
						font-weight:bold;
                        text-decoration: none;
                        color: #d5d5d5;
                        outline: none;
                        text-align: center;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin-right:7px;
						margin-left:7px;
                    }   
                        .lavaLampBottomStyle li a:hover {
                            border: none;
							color: #e3ba24;
                        }                     