.lavaLampWithImage 
{
	margin:0 0 0 15px; padding:0 0 0 10px; vertical-align:middle; font-family:"Tahoma"; font-size:20px; width:960px; float: left;
}
.lavaLampWithImage li 
{
        float: left;
        list-style: none;
	padding:0;
	margin:4px 0 0 0;
}
.lavaLampWithImage li.back 
{
        background: url("images/hover.png") no-repeat right -42px;
        width: 9px; 
        height: 42px;
        z-index: 8;
        position: absolute;
}
.lavaLampWithImage li.back .left 
{
        background: url("images/hover.png") no-repeat top left;
        height: 42px;
        margin-right: 9px; /* 7px is the width of the rounded shape */
}
.lavaLampWithImage li a 
{
        font-size:20px;
        text-decoration: none;
        color: #fff;
        outline: none;
        text-align: center;
        top: 10px;
        z-index: 10;
        display: block;
        float: left;
        height: 42px;
        position: relative;
        overflow: hidden;
        margin: auto 5px;
	padding:0 12px;
        letter-spacing:1px;    
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li:hover 
{
        border: none;
	color:#fff;
}

.lavaLampWithImage li .current_page_item a 
{
        border: none; color:#fff;
}