/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 30px; width: 580px;
    /*background: url("../image/bg.gif") no-repeat top;*/
    padding: 22px 15px 15px 45px; margin: 0;
    overflow: hidden;
      -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
     z-index: 2;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }

.dots { width:540px; height:15px; position:absolute; top:22px; left:107px; background: url("/images/menu/dots.png") no-repeat 0 0; }    
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("/images/menu/lava.gif") no-repeat right -20px;
            width: 9px; height: 25px;
            z-index: 1;
            position: absolute;
        }
        .lavaLamp li.back .left {
                background: url("/images/menu/lava.gif") no-repeat top left;
                height: 25px;
                margin-right: 9px;
        }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            font:18px arial;
            color: #434242; outline: none;
            text-align: center;
            height: 25px; top: 0px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 14px;
        }
