        .lavaLampWithImage {
            position: relative;
            height: 45px;
            width: 895px;
            background: url("../bilder/menue/bg.jpg") no-repeat top;
            margin:0;
            overflow: hidden;
			padding:0 0 0 20px;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampWithImage li.back {
                        background: url("../bilder/menue/lava.png") no-repeat right -45px;
                        width: 9px; height: 45px;
                        z-index: 8;
                        position: absolute;
                    }
					
                        .lavaLampWithImage li.back .left {
                            background: url("../bilder/menue/lava.png") no-repeat top left;
                            height: 45px;
                            margin-right: 9px; /* 9px is the width of the rounded shape */
                        }
						
                    .lavaLampWithImage li a {
                        font: bold 14px arial;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 0;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 31px;
                        position: relative;
                        overflow: hidden;
                        margin: auto;  
						padding: 14px 0 0 0;  
                    }
                        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
                            border: none;
                        }   

.lavaLampWithImage .startseite{
	width: 136px;
	margin-right: 4px;
} 
						
.lavaLampWithImage .ueberdieseseite{
	width: 185px;
	margin-right: 4px;
} 
.lavaLampWithImage .vorschau{
	width: 129px; 
	margin-right: 4px;
} 
.lavaLampWithImage .bonus{
	width: 107px; 
	margin-right: 4px;
} 
.lavaLampWithImage .zumeingang{
	width: 142px; 
} 

.lavaLampWithImage .startseite a{
	width: 135px;
} 
						
.lavaLampWithImage .ueberdieseseite a{
	width: 184px;
} 
.lavaLampWithImage .vorschau a{
	width: 128px; 
} 
.lavaLampWithImage .bonus a{
	width: 106px; 
} 
.lavaLampWithImage .zumeingang a{
	width: 142px;
	color: #a9dd00; 
}    

.lavaLampWithImage .menue_line{
	color: #ffffff;
	font-weight: normal;
	font-size: 19px;
	text-decoration: none;
	font-family: Arial Black;
	position: relative;
	z-index: 11;
	top: 5px;
}

/****************************
 *** IE6 * Preferences ***
 ***************************/

 *html .lavaLampWithImage li.back {
	display: none;
	background: none;
 }

 *html .lavaLampWithImage li.back .left {
	display: none;
	background: none;
 }

 *html #menu a:hover{
 	color: #abe000;
 }

 *html .current a{
 	color: #abe000;
 }
 
 *html .green{
 	color: #abe000;
 }
