/* Styles for the entire LavaLamp menu */
img {
  border: none;
}
.lavaLamp {
    position: relative;
    float: right;
    top: 20px;
    height: 37px; 
    margin: 10px 0;
    padding-left: 50px;
    padding-right: 75px;
    padding-top: 15px;
    padding-bottom: 15px;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back  {
            background: url('images/menu_block_blue1.gif') no-repeat right -37px;
            width: 9px; height: 37px;
            z-index: 8;
            position: absolute
        }
            .lavaLamp li.back .left {
                background: url('images/menu_block_blue1.gif') no-repeat top left;
                height: 37px;
                margin-right: 9px
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font: bold 14px arial;
            color: #fff; outline: none;
            text-align: center;
            height: 37px; top: 11px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 6px;
        }