        .lavaLampWithImage {
	position: relative;
	height: 33px;
	width: 927px;
	background: url("bg.gif")  repeat-x 0 0;
	margin: 0;
	overflow: hidden;
	float: none;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 10px;
	visibility: visible;
	right: 0px;
	left: 0px;
	top: 0px;
	bottom: 0px;
        }
                .lavaLampWithImage li {
                    float: left;
                    list-style: none;
                    z-index: 9px;
                }
                    .lavaLampWithImage li.back {
                        background: url("lava.gif") no-repeat 100% -32px;
                        width: 8px; 
                        height: 32px;
                        z-index: 8;
                        position: absolute;
                    }
                        .lavaLampWithImage li.back .left {
                            background: url("lava.gif") no-repeat 0 0;
                            height: 32px;
                            margin-right: 8px; /* 7px is the width of the rounded shape */
                        }
                    .lavaLampWithImage li a {
                        font: bold 11px arial;
                        text-decoration: none;
                        color: #CCCCCC;
                        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 15px;    
}
.lavaLampWithImage li.current_page_item a {
	color: #FFFFFF;
}
.lavaLampWithImage li.current a {
	color: #FFFFFF;
}
.lavaLampWithImage li a:active {
	color: #FFFFFF;
}
.lavaLampWithImage li a:hover {
	color: #FFFFFF;
	font-weight: bold;
}

