       .lavaLampWithImage {
            position: relative;
            height: 29px;
            width: 700px;
            padding: 0px 15px 1px 15px;
            margin: 10px 0;
            overflow: hidden;
			text-transform:lowercase;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background:url(../images/slider_h.png) no-repeat right -30px;
                        width: 9px; height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url(../images/slider_h.png) no-repeat top left;
                            height: 30px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                         font: 11px arial;
                        text-decoration: none;
                        color: #4e3d33;
                        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;
                        margin: auto 20px;
						font-weight:bold;    
                    }
                       .lavaLampWithImage li a:visited {
                            border: none;
                        }
      
	  .lavaLampWithImage li a:hover{ color:#4e3d33;}
	  .lavaLampWithImage li a:active{ color:#4e3d33;}
	   .lavaLampWithImage li a.current{ color:#4e3d33;}
             