/* LavaLamp Specific CSS: */

/* Demo 1 - Spaceship returnHome Demo */
#lavaLampBasicImage {
	position: relative;
	width: 900px;
	background: url("bg.gif") no-repeat top;
	padding: 0px 5px 5px;
	padding-right: 5px;
	margin: 2px 0 0px;
	overflow: hidden;
	height: 26px;
}
#lavaLampBasicImage li {
float: left;
list-style: none;
}
#lavaLampBasicImage li.backLava {
	background: url("lava.gif") no-repeat -20px;
	width: 9px;
	height: 26px;
	z-index: 8;
	position: absolute;
}
#lavaLampBasicImage li.backLava .leftLava {
	background: url("lava.gif") no-repeat top left;
	height: 26px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
#lavaLampBasicImage li a {
	font: bold 12px tahoma;
	text-decoration: none;
	color: #FFA500;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 26px;
	position: relative;
	overflow: hidden;
	margin: auto 5px;
}
#lavaLampBasicImage li a:hover, #lavaLampBasicImage li a:active, #lavaLampBasicImage li a:visited {
color: #fff;
border: none;
}

