#navigation li a{
	color:#ccc;
	margin-bottom: 20px;
}
#navigation li {
	font-size: 2em;
}

#navigation {
	margin-left: 100px;
	margin-top: -200px;
}
#navigation .lavaLamp{
	margin-top:-100px;}


#navigation li a:hover{
	color:#2e7e9c;
}
.lavaLamp {
	overflow: hidden;
	padding:0 0 16px;
	background: repeat-x;
	height: 26px;
}
.lavaLamp li {
	float: left;
	list-style-type: none;
	display: block;
}
.lavaLamp li.back {
	background: url("../images/current.png") no-repeat center -5px;
	margin-top: 5px;
	height: 50px;
	width: 30px;
	z-index: 8;
	position: absolute;
}
.lavaLamp li.back .left {
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
	margin: 0 10px;
}
.lavaLamp li a {
	font-size: 18px;
	text-decoration: none;
	color:#000;
	outline: none;
	text-align: center;
	top: 7px;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;   
	margin: 0 12px;
	
}


      
