        .lavaLampWithImage {
            position: relative;
            height: 52px;
            width: 823px;
            background: url("./images/sfondo_menu9.png") no-repeat top ;
            padding: 10px;
            margin: 0px 0px 0px 8px;
            overflow: hidden;
            font-family:Harrington,Lucida Sans Unicode,Verdana,Lucida Bright,Arial,sans-serif;
            font-size:0.9em;
            font-weight:300;
            
            
            border: 0px solid #C0C0C0;
            margin-left:26px;
            #margin-left:40px; /* for IE*/
        }
                .lavaLampWithImage li {
                    margin-left:17px;
                    #margin-left:18px;/* for IE*/
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("./images/freccia_menu1.png") no-repeat center /*right -30px;*/;
                        border: 0px solid #C0C0C0;
                        width: 16px; height: 13px;
                        z-index: 8;
                        position: absolute;
                        margin-left:5px
                }
                     /*   .lavaLampWithImage li.back .left {
                            background: url("lava3.gif") no-repeat top left;
                            height: 30px;
                            margin-right: 9px; 
                            /* 7px is the width of the rounded shape*/ 
                        /*}*/
                    .lavaLampWithImage li a {
                        /*font: bold 14px arial;*/
                        text-decoration: none;
                        color: #ebebeb;
                        /*color:#666666;*/
                        
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 8;
                        display: block;
                        float: left;
                        height: 40px;
                        position: relative;
                        overflow: hidden;
                        border: 0px solid #C0C0C0;
                        margin-left:0px;
						            padding-left:13px;
                        margin-top:3px;   
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
						
                        }

     