﻿
#lavaLampBasicImage {
width: 860px;
height: 30px;
background: url("http://www.jollyworkshosting.com/Images/bg-nav.jpg") repeat-x;
overflow: hidden;

}
#lavaLampBasicImage li {
float: left;
list-style: none;

}
#lavaLampBasicImage li.backLava {
background: url("http://www.jollyworkshosting.com/Images/hover.png") no-repeat right -30px;
width: 40px; height: 30px;
z-index: 9;
position: absolute;
}
#lavaLampBasicImage li.backLava .leftLava {
background: url("http://www.jollyworkshosting.com/Images/hover.png") no-repeat top left;
height: 30px;
margin-right: 9px; /* 7px is the width of the rounded shape */
}
#lavaLampBasicImage li a {
font: bold 14px arial;
text-decoration: none;
color: #fff;
text-shadow:1px 1px 3px #d14745;
outline: none;
text-align: center;
top: 8px;
text-transform: uppercase;
letter-spacing: 0;
z-index: 10;
display: block;
float: left;
height: 40px;
position: relative;
overflow: hidden;
margin: auto 12px;    
}
#lavaLampBasicImage li a:hover {
color: #fff;
text-shadow:1px 1px 3px #000000;
border: none;
}



