@font-face {
    font-family: 'BebasNeueRegular';
    src: url('BebasNeue-webfont.eot');
    src: url('BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('BebasNeue-webfont.woff') format('woff'),
         url('BebasNeue-webfont.ttf') format('truetype'),
         url('BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

        .lavaLampBottomStyle {
            position: relative;
            height: 29px;
            width: 670px;
            padding: 5px 0px;
            overflow: hidden;
        }
                .lavaLampBottomStyle li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampBottomStyle li.back {
                        border-bottom: 5px solid #ff0000;
                        width: 9px;
                        height: 30px;
                        z-index: 8;
                        position: absolute;
						
                    }
                    .lavaLampBottomStyle li a {
					font-family: 'BebasNeueRegular';
                       
						font-size:18px;
                        text-decoration: none;
                        color: #222;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 40px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 20px;
				
                    }   
                        .lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
                            border: none;
							
                        }        
.current a{color:#ff0000!important;}