@charset "utf-8";
/* CSS Document */
        .lavaLampWithImage {
	position: relative;
	height: 36px;
	width: 581px;
	padding: 0px;
	margin: 02px 0;
	overflow: hidden;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("../imagens/barra.png") no-repeat right -30px;
						color:#ac1c30;
                        width: 9px; height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("../imagens/barra.png") no-repeat top left;
                            height: 30px;
							color:ac1c30;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
						font-family:'Terminal Dosis',Arial, Helvetica, sans-serif;
						font-size:24px;                        
                        text-decoration: none;
                        color: #606062;
                        outline: none;
                        text-align: center;
                        top: 0px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;    
                    }
                         .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
							color:#606062;
                        }
						
						.lavaLampWithImage li a:hover{
						color:#ac1c30;
						border:none;
						}
						
						.current li{
						color:#ac1c30;
						}
