* {
          margin: 0px; padding: 0px;
        }        

.lavaLampWithImage {
            float: right;
            position: relative;
            height: 29px;
            width: 560px;
            background: url("");
            padding: 15px 20px 15px 0px;;
            margin: 5px 0 0 30px; /* pozice menu na řádku */
            overflow: hidden;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("lava.gif") no-repeat right -30px;
                        width: 9px; height: 30px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("lava.gif") no-repeat top left;
                            height: 30px;
                            margin-right: 9px; /* px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        font: 1.5em "Trebuchet MS",Arial;
                        text-decoration: none;
			            color: white;
                        outline: none;
                        text-align: center;
                        top: 4px;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 17px;
                        padding: 0px;

                    }
                        .lavaLampWithImage li a:hover, .nav li a:active, .nav li a:visited {
                            border: none; color: white;
                        }





