.lavaLampWithImage {
		position: relative;
         height: 31px;
         width: 903px;
         /*background: url("menubg.png") no-repeat top;*/
         PADDING-TOP: 14px; 
         overflow: hidden;
		 border:0px #ff0000 solid;
        }
        
.lavaLampWithImage li{
         float: right;
         list-style: none;
         TEXT-TRANSFORM: uppercase;

        }
.lavaLampWithImage li a {
		FONT-FAMILY: Arial, Helvetica, sans-serif; 
		FONT-SIZE: 1em; 
		text-decoration: none;
		color: #000000;
		outline: none;
		text-align: center;
		text-transform: uppercase;
		padding-top:7px;
		letter-spacing: 0;
		z-index: 10;
		display: block;
		float: right;
		position: relative;

		overflow: hidden;
		margin-right: 20px; 

}



.lavaLampWithImage li.back {
         background: url("raghubg.png") no-repeat right -30px;
         width: 9px; height: 30px;
         z-index: 8;
         position: absolute;
        }

.lavaLampWithImage li.back .left {
         background: url("raghubg.png") no-repeat top left;
         height: 30px;
         margin-right: 6px; /* 7px is the width of the rounded shape */
        }



.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
        border: none;
       }