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