#navigation {
    position: relative;
    height: 23px;	
    background-color: #FBEFC6;
    overflow: hidden;
    margin:0 0 0 75px;
    padding:0px;
}
#navigation li {
	float: left;
	list-style: none;
}

#navigation li.backLava {
	background: url(/img/lava.gif) no-repeat right -23px;
	width: 7px; height: 23px;
	z-index: 8;
	position: absolute;
}
#navigation li.backLava .leftLava {
	background: url(/img/lava.gif) no-repeat top left;
	height: 23px;
	margin-right: 7px; /* 7px is the width of the rounded shape */
}
#navigation li a {
	font: bold 14px arial;
	text-decoration: none;
	color: #57411F;
	outline: none;
	text-align: center;
	top: 4px;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;    
}
#navigation li a:hover, #navigation li a:active, #navigation li a:visited {
	border: none;
}
           
