/*-----------------------------
CSS-Stylesheet, Alvarez-Chocolat
www.alvarez-chocolat.de
Author: Jonas Soeder
Start: 01.12.2009
-----------------------------*/


/*-----Navigation-----*/

.lavaLamp {
	height: 25px;
	width: 870px;
	margin:10px 0 0 80px;
	overflow: hidden;
}

.lavaLamp li {
	float: left;
	list-style: none;
}

.lavaLamp li.back {
	border-bottom: 4px solid #FFE5CD;
	width: 10px;
	height: 26px;
	z-index: 8;
	position: absolute;
}

.lavaLamp li a {
	font: 12px tahoma;
	text-decoration: none;
	color: #ecca71;
	outline: none;
	text-align: center;
	top: 5px;
	text-transform: uppercase;
	letter-spacing:0.02em;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 15px;
}


.lavaLamp li a:hover {
	color:#FFF;
}

.lavaLamp li a:active { 
	border: none;
}   

