.lavaLampWithImage {
    position: relative;
    height: 20px;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    overflow: hidden;
	color:#000;
}
.lavaLampWithImage a:hover, .lavaLampWithImage a:active {
    border: none;
	color: #000;
}
.lavaLampWithImage li {
    float: left;
    list-style: none;
	margin: 0px 0px 0px 0px;
}
    .lavaLampWithImage li.back {
        background: #FFFFFF;
        width: 0px; height: 20px;
        z-index: 8;
        position: absolute;
    }
        .lavaLampWithImage li.back .left {
            background: #FFFFFF;
            height: 20px;
            margin-right: 9px; /* 7px is the width of the rounded shape */
        }
    .lavaLampWithImage li a {
        font: bold 15px arial;
        text-decoration: none;
        color: #ffffff;
        outline: none;
        text-align: center;
        top: 0px;
        text-transform: uppercase;
        letter-spacing: 0;
        z-index: 10;
        display: block;
        float: left;
        height: 20px;
        position: relative;
        overflow: hidden;
        margin: auto 10px;    
    }
        .lavaLampWithImage li a:hover, .lavaLampWithImage li a:active {
            border: none;
			color: #000;
        }

.current a {
	color:#000;
    background: #FFFFFF;
	
}
.current a:hover, .current a:active, .current a:visited {
	color:#000;
    background: #FFFFFF;
}
.current li a {
	color:#000;
    background: #FFFFFF;
}
.current li a:hover, .current li a:active, .current li a:visited {
	color:#000;
    background: #FFFFFF;
}

.current2 {
	color:#000;
    background: #FFFFFF;
	padding: 0px 10px 0px 10px;
	display:block;
}
