        .lavaLampWithImage {
            position: relative;
            height: 29px;
            width: 531px;
            background: url("blank.gif") no-repeat top;
            padding: 25px;
            margin: -57px 390px;
			overflow: hidden;
			float:left;
			
        }
		
                .lavaLampWithImage li {
                    float: right;
                    list-style: none;
					width:auto;
					cursor:pointer;
			
					
                }
				

                    .lavaLampWithImage li.back {
                        background:url(../images/lava.png) no-repeat right -31px;
                        width: 90px; 
						height: 40px;
                        z-index: 8;
                        position: absolute;
						margin-top:2px;
						margin-left:15px;
                    }
					.ie7 .lavaLampWithImage li.back {
                        background:url(../images/lava.png) no-repeat right -31px;
                        width: 90px; 
						height: 40px;
                        z-index: 8;
                        position: absolute;
						margin-top:2px;
						margin-left:0px;
                    }
	

                        .lavaLampWithImage li.back .left {
                            background:url(../images/lava.png) no-repeat top left;
                            height: 40px;
                            margin-right: 7px; /* 7px is the width of the rounded shape */
							
							
                        }
						.ie7 .lavaLampWithImage li.back .left {
                            background:url(../images/lava.png) no-repeat top left;
                            height: 40px;
                            margin-right: 7px; /* 7px is the width of the rounded shape */
							
							
                        }
                    .lavaLampWithImage li a, .ie7 .lavaLampWithImage li a {
                        font-size:10px;
						font-family:Arial, Helvetica, sans-serif;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
						font-weight:bold;
                        text-align: center;
                        
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 40px;
						line-height:30px;
						width:100%;
                        position: relative;
                        overflow: hidden;
                        margin: auto 15px;
						
						cursor:pointer;
                    }
					
					.ie7 .lavaLampWithImage li a {
                     	display: block;
                        float: none;
                        height: 30px;
						line-height:30px;
						width:auto;
                        position: relative;
                        overflow: hidden;
                        margin: auto 15px;
						
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            
                        }

       
