/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 53px; width: 731px;
    padding: 0 0 0 0;
	margin: 0 0 0 0;
    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("../img/site/lava.png") no-repeat  left;
            width: 9px; height: 53px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                /*background: url("../img/site/lava.png") no-repeat top left;
                height: 30px;
                margin-right: 9px;*/
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; 
			overflow: hidden;
            text-decoration: none;
            font: bold 11px Arial, Helvetica, sans-serif;
			text-align:center;
			vertical-align:middle;
            color: #ed1b2e; 
			outline: none;
            text-align: center;
            height: 53px;
			letter-spacing: 0.3em;
            z-index: 100; 
            float: left; 
			display: block;
            top: 21px;
			padding: 0 11px 0 31px;	
			
        }