.menu
{
	position: relative;
	height: 29px;
	width: 550px;
	/*background: url("bg.png") top;*/
	padding-left: 0px;
	margin: 0px 0px;
	/*overflow: hidden;*/
}
.menu li
{
	float: left;
	list-style: none;
}
.menu li.back
{
	background: url("lava.png") no-repeat right -30px;
	width: 9px; height: 30px;
	z-index: 8;
	position: absolute;
}
.menu li.back .left 
{
	background: url("lava.png") no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
.menu li a
{
	font: bold 14px arial;
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	top: 0px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;    
}
.menu li a:hover, .menu li a:active, .menu li a:visited
{
	border: none;
}
