        .lavaLampBottomStyle {
            position: relative;
            height: 29px;
            width: 650px;
            padding: 15px 15px 15px 45px;
            margin: 10px 0;
            overflow: hidden;
        }
                .lavaLampBottomStyle li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampBottomStyle li.back {
	width: 9px;
	height: 75px;
	z-index: 8;
	position: absolute;
	background-image: url(../images/layout/aluminio-bottom.png);
	background-position: center 30px;
	background-repeat: no-repeat;
                    }
                    .lavaLampBottomStyle li a {
                        font: 18px;
						font-weight: lighter;
                        text-decoration: none;
                        color: #FFF;
                        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 15px;
                    }   
					
					 .lavaLampBottomStyle li a:hover {
						color: #06F;
					 }
					 
					 .lavaLampBottomStyle li .current {
						color: #06F;
					 }
                        .lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
                            border: none;
                        }                     

