                  
        #lavaLampBottomStyle {
            position: relative;
            height: 35px;
            width: 520px;
            /*background-color: white;*/
            /*padding: 15px;*/
			padding-bottom:15px;
            /*margin: 10px 0;*/
            overflow: hidden;
			text-align:right;
			margin-top:25px;
			/*clear:left;*/		
        }
                #lavaLampBottomStyle li {
                    float: left;
                    list-style: none;
					
                }
                    #lavaLampBottomStyle li.back {
                        border-bottom: 5px solid #becb02;
                        width: 9px;
                        height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                    #lavaLampBottomStyle li a {
                        font-family:Geneva, sans-serif;
						font-style:normal;
						font-weight:100;
						font-size:12px;
                        text-decoration: none;
                        color: #FFF;
                        outline: none;
                        text-align: center;
                        top: 15px;
                        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 {
                            /*border: none;*/
                        }                     
