        .lavaLampBottomStyle {
            position: relative;
            height: 29px;
            width: 500px;
            background-color: white;
            padding: 15px 0;
            margin: 10px 0;
            overflow: hidden;
        }
                .lavaLampBottomStyle li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampBottomStyle li.back {
                        border-bottom: 3px solid #66ccff;
                        width: 9px;
                        height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                    .lavaLampBottomStyle li a {
	                      font-family:arial,helvetica,verdana,sans-serif;
												font-weight:bold;
												font-size:14px;
                        text-decoration: none;
                        color:#443730;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;
                    }   
                        .lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited, .lavaLampBottomStyle li a.selection {
                            border: none;
                        }          
                        .lavaLampBottomStyle li a.selection {
                             border: none;
                        }                                