        .lavaLampBottomStyle {
            position: relative;
            height: auto;
            width: auto;
            padding: 15px;
            margin: 40px 0;
            overflow: hidden;
        }
                .lavaLampBottomStyle li {
                    float: left;
                    list-style: none;
                    display: table-cell;
                    margin: 0px 20px 5px 0;
                }
                    .lavaLampBottomStyle li.back {
                        border-bottom: 4px solid #00c325;
                        width: 9px;
                        height: 35px;
                        z-index: 8;
                        position: absolute;
                    }
                    .lavaLampBottomStyle li a {
                        font: normal 21px helvetica-bold;
                        text-decoration: none;
                        color: #000;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        text-transform: Capitalize;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: 0;
                    }   
                        .lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
                            border: none;
                        } 




#lava
	{
	    position:relative; 
	    width:510px; 
	    height:40px;
	}
 
	#lava ul 
		{
		    position: relative;
		    height: auto;
		    width: auto;
		    padding: 15px 15px 0 15px;
		    margin: 40px 0 0 0;
		    overflow: hidden;
		    display: table;
		}
 
	#lava li
		{
		    float: left;
			list-style: none;
			display: table-cell;
			margin: 0px 20px 0 0;
		}
 
		#lava li a 
			{
		        font: normal 21px helvetica-bold;
		        text-decoration: none;
		        color: #000;
		        outline: none;
		        text-align: center;
		        top: 7px;
		        text-transform: Capitalize;
		        letter-spacing: 0;
		        z-index: 10;
		        display: block;
		        float: left;
		        height: 35px;
		        position: relative;
		        overflow: hidden;
		        margin: 0;
		    }   
	        #lava li a:hover
	        , #lava li a:active
	        , #lava li a:visited {
	            border: none;
	        } 
#lava #box 
	{	     	    
	    position:relative; 
	    left:0; 
	    bottom:0;
	    z-index:50;
	    height:4px;
	    width:510px;
	}
 
	#lava #box .head 
	{
	    background:#00c325;
	    height:4px;
	}