@charset "utf-8";
/* CSS Document */

/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 52px; width: 930px;
    padding: 0 14px; margin: 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("../images/lava.gif") no-repeat right 30px;
            width: 9px; height: 52px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("../images/lava.gif") no-repeat top left;
                height: 52px;
                margin-right: 0;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
            position: relative; overflow: hidden;
            text-decoration: none;
			font-family: 'HelveticaLTStdCondensed', Helvetica, Arial, sans-serif;
			font-size: 24px;
			padding-top: 15px;
            color: #000; outline: none;
            text-align: center;
            height: 52px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 13px;
			}

/* Living Sound Navigation Blocks */

.lamp_wrapper {
	width: 850px;
	height: 52px;
	margin: 0 auto;
	padding-left: 40px;
	padding-right: 40px;
}

