/* LavaLamp Specific CSS: */

/* Demo 1 - Spaceship returnHome Demo */
.lavalamp {
	position: relative;
	width: 730px;
	padding-right:5px;
	overflow: hidden;
	height:40px;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.lavalamp li {
float: left;
list-style: none;
}
.lavalamp li.backLava {
	width: 9px;
	height: 30px;
	z-index: 500;
	position: absolute;
	background-image: url(../images/lava.gif);
	background-repeat: no-repeat;
	background-position: right -30px;
}
.lavalamp li.backLava .leftLava {
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
	background-image: url(../images/lava.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.lavalamp li a {
	font: bold 14px arial;
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 550;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 8px;
}
.lavalamp li a:hover, .lavalamp li a:active, .lavalamp li a:visited {
color: #fff;
border: none;
}

