		            .lavaLampWithImage {
	position: relative;
	height: 34px;
	padding: 5px;
	margin: 5px 0px;
	overflow: visible;
        }
			

		
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
         	background-image: url('images/menutop2.gif');
		   	background-repeat:no-repeat;
                        width: 15px; height: 34px;
                     z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
     	background-image: url('images/menutop2.gif');
			   	background-repeat:no-repeat;
                            height: 34px;
                            margin-right: 5px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
	font-family: 宋体, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	padding: 5px 2px;
	margin-top: auto;
	margin-right: 5px;
	margin-bottom: auto;
	margin-left: 5px;
                    }
					
					 .lavaLampWithImage li a:link{
						 color: #fff;
						 	text-decoration: none;
					 }
                  
				  
				  			 .lavaLampWithImage li a:visited{
								 	text-decoration: none;
						 color: #fff;
					 }
                  
				  	  
				  			 .lavaLampWithImage li a:hover{
								 	text-decoration: none;
						 color: #fff;
					 }
					 
					 		  			 .lavaLampWithImage li a:active{
											 	text-decoration: none;
						 color: #fff;
					 }
                  
                  

