.lavaLampBottomStyle {
            position: relative;
            height: 29px;
            width: 460px;
            
            padding: 15px 0 15px 15px;
            margin: 10px 0;
            overflow: hidden;
			left: 10px;
			
            
        }
                .lavaLampBottomStyle li {
                    float: left;
                    list-style: none;
							

                }
                    .lavaLampBottomStyle li.back {
                        border-bottom: 5px solid #990000;
                        width: 9px;
                        height: 30px;
                        z-index: 8;
                        position: absolute;
						
                    }
                    .lavaLampBottomStyle li a {
                        font: 14px Georgia, "Times New Roman", Times, serif;
						font-weight: bold;
                        text-decoration: none;
                        color: #333;
                        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{
                            border: none;
							color: #990000;
                        }   
						
						.lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
                            border: none;
							
                        }                     .bigtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #990000;
	text-decoration: none;
}

