/* Styles for the entire LavaLamp menu */
.lavaLamp {
	position: relative;
	height: 40px;
	width: 650px;
	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 {
            width: 9px; height: 20px;
            z-index: 8;
            position: absolute;
			margin-top:12px;
			border-bottom: 5px solid #E65C00;
        }
        /* Styles for each menu-item. */
        .lavaLamp li a {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	color: #4D4D4D;
	font-weight:bold;
	outline: none;
	text-align: center;
	height: 20px;
	top: 7px;
	z-index: 10;
	letter-spacing: 0;
	float: left;
	display: block;
	margin: 0;
	padding: 0 10px 0 10px;
        }

