        .lavaLampNoImage {
			font-size: 12px;
			color:#FFF;
			font-family: Helvetica, Arial;
            position: relative;
            height: 42px;
            width: 750px;
            padding:0px;
            margin: 0px;
            overflow: hidden;
            border: none;
			float:right;
        }
                .lavaLampNoImage li {
                    float: left;
                    list-style: none;
					padding-left:10px;
					background-image:url(../../../images/separa_menu.png);
					background-position:right;
					background-repeat:no-repeat;
	               }
                    .lavaLampNoImage li.back {
                        border: none;
                        background-color: #8B184D;
                        width: 20px;
                        height: 42px;
                        z-index: 0;
                        position: absolute;
                    }
                    .lavaLampNoImage li a {
						font-size: 16px;
						color:#333;						
						font-family: Helvetica, Arial;
                        text-decoration: none;
                        outline: none;
                        top: 14px;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 40px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 18px;
                    }

<!--[if IE 6]>
                 
                    .lavaLampNoImage li a {
						font-size: 16px;
						color:#333;						
						font-family: Helvetica, Arial;
                        text-decoration: none;
                        outline: none;
                        top: 14px;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 40px;
                        position: relative;
                        overflow: hidden;
					   margin: 0px 18px 0px 18px;
                    }

<![endif]-->

					.lavaLampNoImage li a:hover, .lavaLampNoImage li a:active, .lavaLampNoImage li a:visited {
						border: none;
					}                    
