/* Styles for the entire LavaLamp menu */
#Navigation .lavaLamp {
	background-color:transparent;
    height:36px; width:624px;
    padding: 0 0 0 45px; margin:0;
    overflow: hidden;
    left:226px;
    position:relative;
}
    /* Force the list to flow horizontally */
    #Navigation .lavaLamp li {
        float: left;
        list-style: none;
        z-index:10;
    }
        /* Represents the background of the highlighted menu-item. */
        #Navigation .lavaLamp li.back {
            background: url("../images/menu/menu-lava.png") no-repeat right -36px;
            width:12px; height: 36px;
            z-index: 8;
            position: absolute;
        }
            #Navigation .lavaLamp li.back .left {
                background: url("../images/menu/menu-lava.png") no-repeat top left;
                height: 36px;
                margin-right: 12px;
            }
        /* Styles for each menu-item. */
        #Navigation .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase;
            font:13px "Trebuchet MS",Tahoma,Verdana,sans-serif;
            line-height:20px;
            color: #fff; outline: none;
            text-align: center;
            height: 36px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 13px;
        }
