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