.lavaLampBottomStyle 
{
            background-color: Transparent;
            padding: 0px;
            margin: 0px;
            height:50px;
            overflow: hidden;
            position:absolute;
            width:1100px;
        }
                .lavaLampBottomStyle li {
                    list-style: none;
                    display:inline;
                    float:left;
                    position:relative;
                    margin-right:20px;
                }
                    .lavaLampBottomStyle li.back {
                        border-bottom: 5px solid #BE161D;
                        width: 9px;
                        top:35px;
                        z-index: 10;
                        position: absolute;
                    }

                    .lavaLampBottomStyle li.separator {width:2.1%;display:none;}
                    
                    .lavaLampBottomStyle li a {
                        font: 13px Tahoma;
                        font-weight:bold;
                        text-decoration: underline;
                        color: #C0BFBF;
                        outline: none;
                        text-align: center;
                        top: 10px;
                        letter-spacing: 0px;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow:hidden;
                    }   
                        .lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
                            border: none;
                        } 
                        
                        .lavaLampBottomStyle li a:hover
                        { color:white; }
                        
                        .lavaLampBottomStyle li a:visited
                        { color:#C0BFBF; }
