/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 30px; 
	width: 980px;
    padding: 0px; 
	margin: 0;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
		margin: 0px;
		padding: 0px;
    }
	
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url(/pivotx/templates/inovativ/images/lava.gif) no-repeat right -35px;
            width: 11px; height: 35px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url(/pivotx/templates/inovativ/images/lava.gif) no-repeat top left;
                height: 35px;
                margin-right: 11px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; 
			overflow: hidden;
            text-align: center;
            height: 30px; 
			top: 7px;
            z-index: 10; 
			letter-spacing: 0;
            float: left; 
			display: inline;
            margin: auto 17px;
        }
        
