        .lavaLampWithImage {
            position: relative;
            height: 58px;
            background: url("images/menu-bg.png") repeat-x;
			text-align:center;
        }
				.current a{ color:#FFFFFF; }
				
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("images/btn.png") no-repeat right -48px;
                        width: 44px; height: 58px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("images/btn.png") no-repeat top left;
                            height: 58px;
                            margin-right:44px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
					    font-family:Tahoma;
						font-weight:bold;
						font-size:13px;
                        text-decoration: none;
                        outline: none;
                        text-align: center;           
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 58px;
						line-height:58px;
                        position: relative;
                        overflow: hidden;
                        margin:auto 31px auto 26px;
						color:#8C8163;
                    }
					.lavaLampWithImage li a:hover { text-decoration:none; color:#696969; }
					
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }
