* { outline: none; }


		.lavaLampWithImage {
            position: relative;
            height: 30px;
            width: 998px;
			margin-top:0px;
            padding-top: 14px;
            overflow: hidden;
        }
                .lavaLampWithImage li {
					margin-top:0;
					padding-top:0;
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("../img/fondmenu.png") no-repeat right -30px;
                        width: 9px; height: 30px;
                        z-index: 8;
						margin-top:-8px;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("../img/fondmenu.png") no-repeat top left;
                            height: 30px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        text-decoration: none;
						font-family:Arial, Helvetica, sans-serif;
						font-size:12px;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
						position: relative;
                        overflow: hidden;
                        margin: auto 15px;    
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }