  .lavaLampWithImage {
    position: relative;
    height: 75px;
    width: 380px;
	background: ;
   	padding: 15px;
   	margin:10px 5px;
    overflow: hidden;
    cursor: pointer;
}
    .lavaLampWithImage li {
        float: left;
        list-style: none;   
		cursor: pointer;     
    }
	        
	        .lavaLampWithImage li.back {
                background: url("/img/about_a.gif") no-repeat right -75px;
                width: 6px; height: 75px;
                z-index: 8;
                position: absolute;
            }
            .lavaLampWithImage li.back .left {
                background: url("/img/about_a.gif") no-repeat top left;
                height: 75px;
                margin-right: 6px; /* 7px is the width of the rounded shape */
                
            }
                        
            .lavaLampWithImage li a {
                font: bold 13px Times New Roman, Arial, sans-serif ;
                text-decoration: none;
                color: #000;
                outline: none;
                text-align: center;
                top: 0px;
                text-transform: uppercase;
                letter-spacing: 0;
                z-index: 10;
                display: block;
                float: left;
                height: 75px;
                position: relative;
                overflow: hidden;
                padding: 43px 15px;    
                text-decoration: underline;
                cursor: pointer;
            }
            .lavaLampWithImage li a:hover  {
                    border: none;
                    color: #FFF;
                    text-decoration: none;
                    cursor: pointer;
             }
            .lavaLampWithImage li.current  a  { color: #FFF;  text-decoration: none; cursor: pointer; }
            
            .lavaLampWithImage li.active a   { color: #000;  text-decoration: none;  cursor: pointer;}
            .lavaLampWithImage li.active a:hover  { color: #FFF;  text-decoration: none;  cursor: pointer;}
            
            
           
