
        .lavaLampNoImage {
            position: relative;
            height: 46px;
            padding: 1px;
			margin: 0px;
            overflow: hidden;
        }
                .lavaLampNoImage li {
                    float: left;
                    list-style: none;
					position: relative;
					z-index: 708;					
                }
                    .lavaLampNoImage li.back {
						width: 9px;
						height: 22px;
						z-index: 706;
						position: absolute;
						background-image: url(../../../style/mainmenu_button.png);
						background-repeat:repeat-x;
                    }
					
                    .lavaLampNoImage li a {
                        text-decoration: none;
                        color: #EBEBEB;
						font-size: 11px;
						font-weight: bold;						
                        text-align: center;
						padding-top: 4px;
						padding-left: 6px;
						padding-right: 6px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 710;
                        display: block;
                        float: left;
                        height: 18px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 0px;
                    }
                        .lavaLampNoImage li a:hover, .lavaLampNoImage li a:active, .lavaLampNoImage li a:visited {
                            border: none;
                        }  
						.lavaLampNoImage a.current {
							color: white;
							background-image: url(../../../style/mainmenu_button.png);
							background-repeat:repeat-x;							
						}
						

                    .lavaLampNoImage li ul {
						top: 23px;
						left: 0px;
						margin: 1px;
						padding-top: 0px;
						padding-bottom: 2px;						
						padding-left: 0px;
						padding-right: 6px;
						float: left;
						height: 19px;
						z-index: 702;						
						position: absolute;
						overflow: hidden;
						width: 900px;
                    }

					.lavaLampNoImage li.aktualis ul {
						left: -170px;
					}

                    .lavaLampNoImage li ul.nocurrent {
						display: none;
                    }											

					.lavaLampNoImage li ul li {
						margin: 0px;
						border-right-width: 1px;
						border-top-style: none;
						border-right-style: solid;
						border-bottom-style: none;
						border-left-style: none;
						border-right-color: #aeaeae;			
					}
					
					.lavaLampNoImage li ul li.current {
						border-right-width: 1px;
						border-top-style: none;
						border-right-style: solid;
						border-bottom-style: none;
						border-left-style: none;
						border-right-color: #555555;
					}

					.lavaLampNoImage li ul li.current a {
						color: black;
						font-weight: bold;						
					}

					.lavaLampNoImage li ul li.nocurrent a:hover {

					}					


					.lavaLampNoImage li ul li a {
						color: black;
						font-weight: normal;
						font-size: 10px;
						margin: 0px;
						padding-top: 5px;
						padding-left: 6px;
						padding-right: 6px;								
					}					

      
