/* MENU CON EFECTO DE LAVA */
.lavaLampWithImage {
	position: relative;
	height: 50px;
	width: 800px;
	padding: 0px;
	overflow: hidden;
	border: 0px;
	margin: 0px;
}
		.lavaLampWithImage li {
			float: left;
			list-style: none;
		}
			.lavaLampWithImage li.back {
				width: 9px; height: 25px;
				border-bottom: #495268 solid 2px;
				z-index: 8;
				position: absolute;
			}
				.lavaLampWithImage li.back .left {
					height: 25px;
					margin-right: 9px; /* 7px is the width of the rounded shape */
					border-bottom: #495268 solid 2px;
				}
			.lavaLampWithImage li a {
				font: 14px arial;
				text-decoration: none;
				color: #495268;
				outline: none;
				text-align: center;
				top: 7px;
				text-transform: uppercase;
				letter-spacing: 0;
				z-index: 10;
				display: block;
				float: left;
				height: 25px;
				margin: auto 10px;
				
				position: relative;
				overflow: hidden;
				  
			}
				.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
					border: none;
					color: #F15D22;				
				}
