#menu ul {
	position:relative;
	width:auto;
	margin:0;
	padding:0;
	font-size:133%;
	list-style:none;
	overflow:hidden;
}

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