.lavaLampWithImage {
    position: relative;
    height: 29px;
    width: 1000px;
    background: url("images/bk-menu.png") no-repeat top;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    overflow: hidden;
}
.lavaLampWithImage li {
    float: left;
    list-style: none;
    top: 6px;
}
.lavaLampWithImage li.back {
    background: url("images/bk-menu-sel.png") no-repeat right -22px;
    width: 2px; height: 28px;
    z-index: 8;
    position: absolute;
}
.lavaLampWithImage li.back .left {
    background: url("images/bk-menu-sel.png") no-repeat top left;
    height: 24px;
    margin-right: 7px; /* 7px is the width of the rounded shape */
}
.lavaLampWithImage li a {
    font-size: 14pt;
	font-family: font_normal;
    text-decoration: none;
    color: #fff;
    outline: none;
    text-align: center;
    top: 5px;
    text-transform: uppercase;
    letter-spacing: 0;
    z-index: 10;
    display: block;
    float: left;
    height: 26px;
    position: relative;
    overflow: hidden;
    margin: auto 10px;    
}
.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
    border: none;
}
