        .lavaLampWithImage {
            position: relative;
            height: 26px;
            background: url('../images/navigation.jpg') no-repeat top;
            margin:0px;
            width:963px;						
            overflow: hidden;
			padding-left: 12px;
			margin-top: 2px;
			margin-bottom: 2px;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url('../images/lava.gif') no-repeat right -30px;
                        width: 9px; height: 26px;
                        z-index: 8;
                        position: absolute
                    }
                        .lavaLampWithImage li.back .left {
                            background: url('../images/lava.gif') no-repeat top left;
                            height: 30px;
                            margin-right: 9px
                        }
                    .lavaLampWithImage li a {
                        font-family: Tahoma;
						font-style:normal;
						font-size:12px;
                        text-decoration: none;
                        color: #5E5E5E;
                        outline: none;
                        text-align: center;
                        top: 6px;
                        text-transform: none;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 26px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;    
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                        border: none;
						font-family: Tahoma;
						font-style:normal;
						font-size:12px;
						font-weight:400;
                        text-decoration: none;
                        color: #000000;							
                        }       