
	#lava {
		/* remove the list style and spaces*/
            position: relative;
            height: auto;
            width: 740px;
            margin: 0;
            padding: 0;
            overflow: hidden;
            z-index: 51;
                        
            
            /* Editable */
            background-color: transparent;
            border: 0;
			
	}
	
	#lava li {
		
float: left;
list-style: none;
padding: 0;
margin:0;
}
#lava li a {

                        text-decoration: none;
                        outline: none;
                        text-align: center;
                        top: 0px;
                        letter-spacing: 0;
                        display: block;
                        float: left;
                        height: auto;
                        position: relative;
                        overflow: hidden;
                        white-space: nowrap;
                        
                        /* Editable */
                        /* font: bold 11px arial; */
			font-size: 10px;
                        color: #fff;
                        margin: 10px 7px 10px 7px;
	}
	
	#lava #box {
		position:absolute; 
		left:0;
		z-index:50;
 		width:1px;
		
		background:transparent;
		height:0px;
		bottom:0px;
		border-bottom: 2px solid #fff;
	}