.lava_menu {
	float: right ;
	height: 30px;
	overflow: hidden;
}
.lava_menu li {
	float: left;
	list-style: none;
}

.lava_menu li.back {
	background: #444444 no-repeat right -30px;
	width: 9px; 
	height: 30px;
	z-index: 8;
	position: absolute;
}

.lava_menu li.back .left {
	background: #cccccc;
	color: #ffffff ;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}

.lava_menu li a {
	text-decoration: none;
	color: #444444;
	font-family: "Myriad Pro",Arial,Helvetica,sans-serif;
	font-size: 12px ;
	outline: none;
	text-align: center;
	/*top: 7px;*/
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 16px;
	position: relative;

/*	margin: auto 10px;    */
padding-left: 20px ;
padding-right: 20px ;
}

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