﻿/* Styles for the entire LavaLamp menu */
.lavaLamp {
    margin: 0px auto;
    position: relative;
    height: 35px;
    width: 982px;
    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/def-menu-lava.png") no-repeat right -35px;
    width: 9px;
    height: 35px;
    z-index: 8;
    position: absolute;
}
.lavaLamp li.back .left {
    background: url("images/def-menu-lava.png") no-repeat top left;
    height: 35px;
    margin-right: 9px;
}

/* Styles for each menu-item. */
.lavaLamp li a {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    font: bold 12px arial;
    color: #fff;
    outline: none;
    text-align: center;
    height: 35px;
    top: 9px;
    z-index: 10;
    letter-spacing: 0;
    float: left;
    display: block;
    margin: auto 10px;
}