/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 54px; width: 960px;
    background: url("../images/navbg.gif") repeat-x top;
    margin: 0 auto;
    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/navbgR.gif") no-repeat top right;
            width: 9px; height: 54px;
            margin-top:-5px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("../images/navbgL.gif") no-repeat top left;
                height: 54px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            
            color: #666666; outline: none;
            text-align: center;
            height: 54px; top: 15px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;
	    font-family:helvetica, sans-serif;
            text-transform:uppercase;
        }
        

