        
.lavaLamp {
   			position: relative;
            height: 29px;
            width: 421px;
            margin: 0 0;
            overflow: hidden;
			}
   
.lavaLamp li {
        float: left;
        list-style: none;
}
    
.lavaLamp li.back {
		background: url("../img/lava.gif") no-repeat right -30px;
        width: 9px; height: 30px;
        z-index: 8;
        position: absolute;
}

.lavaLamp li.back .left {
        background: url("../img/lava.gif") no-repeat top left;
        height: 30px;
        margin-right: 9px;
}
        /* Styles for each menu-item. */
.lavaLamp li a {
        padding-top:5px;
		text-decoration: none;
        font-size:11px;
		color: #111132;
		font-weight:bold;
        outline: none;
        text-align: center;
        top: 7px;
        text-transform: uppercase;
        z-index: 10;
        display: block;
        float: left;
        height: 30px;
        position: relative;
        overflow: hidden;
        margin: auto 10px; 
}

		

