@charset "utf-8";
/* CSS Document */

.lavaLampWithImage {
position : relative;
height : 32px;
background : none;
padding : 0 30px;
margin : 0 0;
overflow : hidden;
float : right;
}
.lavaLampWithImage li {
float : left;
list-style : none;
}
.lavaLampWithImage li.back {
background-color : #004F33;
width : 9px;
height : 32px;
z-index : 8;
position : absolute;
}
.lavaLampWithImage li.back .left {
background-color:#004F33;
height : 32px;
margin-right : 9px;
}
.lavaLampWithImage li a {
font : bold 14px 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 : auto 10px;
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
border : none;
}

