@charset "utf-8";
/* CSS Document */
* { margin: 0; padding: 0; }


.lavaLamp {
margin:0px;
position: relative;
height: 38px;
width:780px;
background-color:#990000;
padding: 4px;
float:left;
padding-left:10px;
overflow: hidden;
}
html>body .lavaLamp {
height: 30px;
padding-left:20px;
} 
.lavaLamp li {
float: left;
list-style: none;
}
.lavaLamp li.back {
background: url(http://www.hispanictarget.com/javascript/lava/lava.gif) no-repeat right -30px;
width: 9px; height: 30px;
z-index: 8;
position: absolute;
}
.lavaLamp li.back .left {
background: url(http://www.hispanictarget.com/javascript/lava/lava.gif) no-repeat top left;
height: 30px;
margin-right: 9px; /* 7px is the width of the rounded shape */
}
.lavaLamp li a {
font: bold 14px arial;
text-decoration: none;
color: #ffffff;
outline: none;
text-align: center;
top: 7px;

letter-spacing: 0;
z-index: 10;
display: block;
float: left;
height: 30px;
position: relative;
overflow: hidden;
margin: auto 10px;    
}
.lavaLamp li a:hover, .lavaLamp li a:active, .lavaLamp li a:visited {
color: #ffffff;
border: none;
}
