@charset "UTF-8";
/* CSS Document */

.lavaLampWithImage {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	height: 28px;
	width: 1032px;
	padding-left: 10px;
	padding-top: 4px;
	overflow: hidden;
}

.lavaLampWithImage li {
	float: left;
	list-style: none;
	z-index: 2;
}

.lavaLampWithImage li.back {
	background:url("../images/button-r.png") no-repeat right 1px;
	width: 0px;
	width: 116px;
	height: 25px;
	z-index: 1;
	position: absolute;
	margin-top: 2px;
}

.lavaLampWithImage li.back .left {
	background: url("../images/button-l.png") no-repeat top left;
	height: 25px;
	width: 15px;
	margin-right: 0px; /* 7px is the width of the rounded shape */
	margin-top: 1px;
	z-index: 1;
}

.lavaLampWithImage li a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	display: block;
	width: 129px;
	padding: 8px 0px 0px 0px;
	height: 24px;
	z-index: 3;
	position: relative;
	overflow: hidden;
	text-align: center;
}

.lavaLampWithImage li a:hover {
	color: #fff;

}

.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
	border: none;
}

.current {
	background: url("../images/current.png") no-repeat center 3px;
}

.current a {
	color: #FFF;
}