.menuLavaLampWithImage {
	position: relative;
	height: 31px;
	width: 100%;
	/*background: url("../images/menutop/bg-menutop.gif") no-repeat top;*/
	padding: 0px;
	margin: -4px 0px 0px 0px ;
	overflow: hidden;
}

.menuLavaLampWithImage li {
	float: left;
	list-style: none;
	margin-right: 1px;
	margin-left: 1px;
}

.menuLavaLampWithImage li.back {
	background: url("../images/menutop/lava.png") no-repeat right -32px;
	width: 8px; height: 32px;
	z-index: 8;
	position: absolute;
	margin-left: 0px;
}

.menuLavaLampWithImage li.back .left {
	background: url("../images/menutop/lava.png") no-repeat top left;
	height: 32px;
	margin-right: 5px; /* 7px is the width of the rounded shape */
}
/* Asegurarse que los elementos del menu entren correctamente en su contenedor, si el menu es mayor no funciona el efecto en ie7 */
.menuLavaLampWithImage li a {
	font: bold 13px  Arial;
	*font: bold 13px  Arial;
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	top: 7px;
	/*text-transform: uppercase;*/
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 32px;
	position: relative;
	overflow: hidden;
	margin-right: 10px;  
	margin-left: 10px;  
	padding: 0px;
}

.menuLavaLampWithImage li a:hover, .menuLavaLampWithImage li a:active, .menuLavaLampWithImage li a:visited {
	border: none;
}

.menuLavaLampWithoutImage {
	position: relative;
	height: 29px;
	width: 421px;
	background-color: white;
	padding: 15px;
	margin: 10px 0;
	overflow: hidden;
	border: 1px solid gray;
}

.menuLavaLampWithoutImage li {
	float: left;
	list-style: none;
}

.menuLavaLampWithoutImage li.back {
	border: 1px solid #000;
	background-color: #e6e8ea;
	width: 9px;
	z-index: 8;
	position: absolute;
}

.menuLavaLampWithoutImage li a {
	font: bold 14px arial;
	text-decoration: none;
	color: #000;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;
}

.menuLavaLampWithoutImage li a:hover, .menuLavaLampWithoutImage li a:active, .menuLavaLampWithoutImage li a:visited {
	border: none;
}                    