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



/* LAVA LAMP JAVASCRIPT */

/* Styles for the entire LavaLamp menu */
.lavaLamp {
	position: relative;
	height: 50px;
	width: 450px;
	overflow: hidden;
	font-size: 12px;
	top: -4em;
	left: 16em;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
	float: left;
	list-style: none;
	padding-right: 0px;
	padding-left: 0px;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background: url("../../images/global/lava.gif") no-repeat right -30px;
            width: 4px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background: url("../../images/global/lava.gif") no-repeat top left;
                height: 30px;
                margin-right: 4px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	height: 30px;
	top: 8px;
	z-index: 100;
	letter-spacing: 0;
	float: left;
	display: block;
	margin: auto 10px;
        }
