#navigation {
	height:38px;
	padding:0;
	margin:0;
	position:absolute;
	top:283px;	
	*top:299px;	

	}
.lavaLampWithImage {
   position: relative;
   height: 38px;
   }
.lavaLampWithImage ul {
	padding:0;
	margin:0;
	}   
.lavaLampWithImage li {
   float: left;
   list-style: none; 
   }
.lavaLampWithImage li.back {
 /*  background: url("../lava.gif") no-repeat 50% 0;*/
 background:#320506;
   height: 38px; 
   position: absolute;
   }
.lavaLampWithImage li.back .left {
   /*  background: url("../lava.gif") no-repeat 50% 0;*/
 background:#320506;
  height: 38px;
   }
.lavaLampWithImage li a {
   text-decoration: none;
   z-index: 10;  
   float: left;
   height: 38px;
   position: relative;
   padding:0 10px 0 8px;
   margin:0;
   background:no-repeat 10px 0;
   display:block;  
   }
   
 