.lavaLampWithImage{
	position: relative;
	height: 40px;
	width: auto;
	margin: 0;
	/*overflow: hidden;*/
	float:left;/*julio*/
}
.lavaLampWithImage li{
	float: left;
	list-style: none;
	color:#FFF;
}
.lavaLampWithImage li.back {
	background: url(../images/lava.gif) no-repeat right -40px;
	width: 9px;
	height: 40px;
	z-index: 8;
	position: absolute;
}
.lavaLampWithImage li.back .left {
	background: url(../images/lava.gif) no-repeat top left;
	min-height: 40px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
.lavaLampWithImage li a, .menu_principal .lavaLampWithImage ul li a{
	font-family: Arial, 'GenevaRegular', Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#FFF;
	text-align: center;
	text-transform:uppercase;
	text-decoration: none;
	letter-spacing: 0;
	outline: none;
	/*padding:0 10px 0 9px;*/
	padding:0 12px 0 12px;
	margin:auto;
	height:40px;
	float:left;
	top: 6px;
	z-index: 10;
	position: relative;
	overflow: hidden;
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active{
	border: none;
	color:#C1C1C1;
}

.lavaLampWithImage li.current a{
	color:#FFF;
}


/* SUBMENU */
.lavaLampWithImage li ul{
	position:absolute;
	top:-999em;
	width:12.5em;
	/*width:auto;*/
	/*width:14em;*/
	z-index:100;
}


.lavaLampWithImage ul li a{
	background:none;
}

.lavaLampWithImage ul li{
	width:100%;
	min-height:30px;
	height:auto;
	background-color:#204361;
	border:1px solid #162F43;
	border-top:none;
	padding:2px;
}

.lavaLampWithImage ul li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
	background-color:#28567B;
	width:12.5em;
}

.lavaLampWithImage li{
	float:left;
	position:relative;
}

.lavaLampWithImage a{
	display: block;
	position: relative;
}

.menu_principal .lavaLampWithImage ul li a{
	font-size:14px;
	font-weight:normal;
	color:#FFF;
	text-align: left;
	text-transform:none;
	padding:4px;
	margin:auto;
	margin-top:-3px;
	height:auto;
	/*height:40px;*/
	z-index: 11;
}

.lavaLampWithImage li:hover ul,
.lavaLampWithImage li.sfHover ul {
	left:			0;
	top:			3.2em; /* match top ul list item height */
	z-index:		99;
}

ul.lavaLampWithImage li:hover li ul,
ul.lavaLampWithImage li.sfHover li ul {
	top:			-999em;
}

ul.lavaLampWithImage li li:hover ul,
ul.lavaLampWithImage li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

ul.lavaLampWithImage li li:hover li ul,
ul.lavaLampWithImage li li.sfHover li ul {
	top:			-999em;
}
ul.lavaLampWithImage li li li:hover ul,
ul.lavaLampWithImage li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
