.lavaLampNoImage {
	position: relative;
	height: 2.4em;
	list-style: none;
	float:right;
	margin: 0px;
	padding: 0px;
	background-color: white;
	overflow: hidden;
}
.lavaLampNoImage li {
	float: left;
	list-style: none;
}
.lavaLampNoImage li.back {
	background-color: #e6e8ea;
	/*width: 0.9em;*/
	height: 2.4em;
	z-index: 8;
	position: absolute;
}
.lavaLampNoImage li a:link, .lavaLampNoImage li a:visited {
	text-decoration: none;
	outline: none;
	text-align: center;
	text-transform: lowercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	overflow: hidden;
	margin: auto 1em;
	position: relative;
	color: #646565;
	font-size: 1.2em;
	height: 3em;
	text-shadow: #fff 1px 1px 0px;
	padding: 0.4em 0 0.5em;
}
.lavaLampNoImage li a:hover, .lavaLampNoImage li a:active {
	border: none;
	color: #171717;
	text-shadow: #fff 1px 1px 0;
}
.lavaLampNoImage li.current {
	background-color: #eeeff1;
}
.lavaLampNoImage li.current a {
	color: #2c2c2c;
}
/* @end */