.lavaLampBottomStyle {
    position: relative;
    height: 36px;
    width: 950px;
    padding: 5px;
    padding-top: 12px;
    overflow: hidden;
}
.lavaLampBottomStyle li {
    float: left;
    list-style: none;
    border-right: 1px solid #e8e8e8;
    padding: 0px 22px;
}
.lavaLampBottomStyle li.last { border-right: 0px; }
.lavaLampBottomStyle li.back {
    width: 9px;
    height: 42px;
    z-index: 8;
    position: absolute;
    border-right: 0px;
    padding: 0px;
    background-image: url(img/bg_menu_hover.png);
    background-position: bottom;
    background-repeat: repeat-x;
}
.lavaLampBottomStyle li a {
	display: block;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    color: #ffffff;
    outline: none;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    z-index: 10;
    height:30px;
    line-height:30px;
    position: relative;
    /*margin: auto 10px;*/
}   
.lavaLampBottomStyle li a:hover, .lavaLampBottomStyle li a:active, .lavaLampBottomStyle li a:visited {
    border: none;
}                     