/* LAVALAMP MENU PER PIANIFICAZIONE */
/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 30px; width: 940px;
    padding: 5px;
    margin: 5px 0;
    overflow: hidden;
}

/*IE HACK by Daniel*/
* html .lavaLamp {
	margin-left: 10px;
	padding-top: 2px;
	width: 920px;
}

/* 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("images/lavalamp/lava.gif") no-repeat right -20px;
    width: 9px;
    height: 20px;
    z-index: 8;
    position: absolute;
}

/*IE HACK by Daniel*/
* html .lavaLamp li.back {
	background: url("images/lavalamp/lava.gif") no-repeat right -20px;
    margin-left: 0px;
}

.lavaLamp li.back .left {
    background: url("images/lavalamp/lava.gif") no-repeat top left;
    height: 20px;
    margin-right: 9px;
}

/*IE HACK by Daniel*/
* html .lavaLamp li.back .left {
    margin-right: 9px;
}

/* Styles for each menu-item. */
.lavaLamp li a {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    text-transform: lowercase;
    font: bold 12px arial;
    color: #000;
    outline: none;
    text-align: center;
    height: 20px;
    top: 2px;
    z-index: 10;
    letter-spacing: 0;
    float: left;
    display: block;
    margin: auto 10px;
    padding-top: 0;
    margin-top: 0;
}

/*IE HACK by Daniel*/
* html .lavaLamp li a,  {
    margin: auto 5px;
}

* html .lavaLamp li a:hover,  {
    color: black;
}
