@charset "utf-8";
/* CSS Document */

/* Styles for the entire LavaLamp menu */
.lavaLamp {
	float:right;
    height: 29px;
	width: auto;
    overflow: hidden;
	margin-top:60px;
}
    /* 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/menu/lava.png") no-repeat right -30px;*/
            width: 0px;
			height: 20px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                /*background: url("../immagini/menu/lava.png") no-repeat top left;*/
				border-top:2px solid #e5e5e5;
                height: 20px;
            }
        	.lavaLamp li.current a {
				color:#e5e5e5;
				text-shadow:0 3px 3px #e5e5e5;
			}
         /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative;
			overflow: hidden;
           	outline: none;
			
            text-decoration: none;
			text-transform:uppercase;
            text-align: center;
            height: 20px;
			top: 7px;
            z-index: 10;
			letter-spacing: 0;
            float: left;
			display: block;
            margin: auto 15px;
			font-size:14px;
			color:#969696;
			text-shadow:0 2px 1px #575757;
        }
