/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 30px;
    /*background: url("../image/bg.gif") no-repeat top;*/
	margin:0px;
	padding:0px;
    padding-bottom: 15px;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("../immagini/menu1/menu1-sel.jpg") no-repeat right -0px;
            width: 9px; height: 50px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("../immagini/menu1/menu1-sel.jpg") no-repeat top left;
                height: 50px;
                margin-right: 15px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative;
			overflow: hidden;
            text-align: center;
            height: 30px;
			top: 7px;
            z-index: 10;
            float: left;
			/*display: block; per menù di testo*/
			display: inline; /* hack per bug ie6 su box float+margin */
			margin-left:17px;
			margin-right:17px;
        }
