.lavaLampNoImage {
position: relative;
margin: 110px 0 110px 18px;
height: 30px;
}
                
.lavaLampNoImage li {
float: left;
list-style: none;
}
                    
.lavaLampNoImage li.back {
padding: 2px 0 10px 0;
width: 9px;
height: 13px;
z-index: 8;
position: absolute;


background: #5f7ba5;
background: -webkit-gradient(linear, left top, left bottom, from(#91a4c1), to(#5f7ba5));
background: -moz-linear-gradient(top,  #91a4c1,  #5f7ba5);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#91a4c1', endColorstr='#5f7ba5');
outline: none;

-webkit-border-radius: .6em; 
-moz-border-radius: .7em;
border-radius: .5em;

-moz-box-shadow: 2px 2px 2px 0px #222;
-webkit-box-shadow: 1px 1px 0 0 #222;
box-shadow: 1px 1px 0 0 #222;
}

.lavaLampNoImage li a {
margin: 6px 10px 0 10px;
outline: none;
display: block;
float: left;
position: relative;
left: 1px;
z-index: 10;
overflow: hidden;
}
                        
.lavaLampNoImage li a:hover, 
.lavaLampNoImage li a:active, 
.lavaLampNoImage li a:visited {
border: none;                    
}








                         
