/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
	height: 29px;
	width: 421px;
	padding: 15px;
	margin: 10px 0;
	overflow: hidden;
}
/* Force the list to flow horizontally */
.lavaLamp li {
	float: left;
	list-style: none;
	border-top: 2px solid;
	border-top-color: #B4AE55
}
/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back {
	border-top: 2px solid white;
	width: 9px;
	height: 30px;
	z-index: 8;
	position: absolute;
}
/* Styles for each menu-item. */
.lavaLamp li a {
	overflow: hidden;
	outline: none;
	text-align: center;
	float: left;
	font: 12px arial;
	text-decoration: none;
	color: #007;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	height: 30px;
	position: relative;
	margin: auto 10px;
	
}

#switch{
	position: relative;
	left: 20px;
	top:-40px;
}