
        .lavaLampBottomStyle {
            position: absolute;
			top: 130px;
			left: 300px;
            height: 29px;
            width: 690px;
        
            padding: 20px;
            margin: 0;
            overflow: hidden;

        }
                .lavaLampBottomStyle li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampBottomStyle li.back {
                        border-bottom: 3px solid #693f42;
                        width:30px;
                        height: 35px;
                        z-index: 8;
                        position: absolute;
                    }
                    .lavaLampBottomStyle li a {
                        font-family: Verdana, arial;
                        text-align: center;
                        font-size: 17px;
                         font-weight: normal;
                        text-decoration: none;
                        color: #232f44;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        letter-spacing:0.5px;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 15px;
                    }   
                        .lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
                            border: none;
                        }                     