   .lavaLampWithImage {
            position: relative;
           	width:675px;
			float:left;
			padding-top:0px;
			 overflow: hidden;
        }
		
		.lavaLampWithImage ul {
		margin:0px 0px 0px 70px;
		padding:0px;
		
		}
		
		
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
					margin:0px;
					padding:0px;
					font-weight:normal;
					
                }
                   
				    .lavaLampWithImage li.back {
                        background: url("../images/lava.gif") no-repeat right -32px;
						width: 50px; 
						height: 32px;
                        z-index: 8;
                        position:absolute;
						}
						
						
				
						
                        .lavaLampWithImage li.back .left {
                            background: url("../images/lava.gif") no-repeat left 0px;
                            height: 32px;
                            margin-right:32px; 
							
														
							/* 7px is the width of the rounded shape */
                        }
						
                    .lavaLampWithImage li a {
                       font-size:12px;
                        text-decoration: none;
                        color: #333333 !important;
                        outline: none;
                        text-align: center;
                        top: 0px;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 28px;
                        position: relative;
                        overflow: hidden;
                        padding: 8px 12px 0px 12px;
						font-weight:normal;
						/*border-right:1px #CCCCCC dashed;*/
						}
					
					
					.lavaLampWithImage li  a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
							color:#333333 !important;
							/*border-right:1px #CCCCCC dashed;*/
                        }
			
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
							color:#333333 !important;
							/*order-right:1px #CCCCCC dashed;*/
                        }
							
							
				
