         .lavaLampBottomStyle {
            position: relative;
            height: 40px;
            width: 900px;
            background-color: white;
            padding: 0;
            margin: 0;
            overflow: hidden;
        }
                .lavaLampBottomStyle li {
                    float: left;
                    list-style: none;
					margin: 0;					
                }
                    .lavaLampBottomStyle li.back {
                        border-bottom: 5px solid #71a2df;
                        width: 9px;
                        height: 18px;
                        z-index: 8;
                        position: absolute;
                    }
                    .lavaLampBottomStyle li a {
                        font:.9em arial;
                        text-decoration: none;
                        color: #000;                 
                        text-align: center;
                        top: 6px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
						margin: -3px 15px 4px 15px;
                    }   
                        .lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
                            border: none;
                        }                     