#menu-container li.back 
{
	background:transparent url('../images/header/button-back.png') no-repeat scroll right -32px;
	background-repeat: repeat-x;
	width: 9px; height: 32px;
	z-index: 8;
	position: absolute;
}
#menu-container li.back .left {	
	background:transparent url('../images/header/button-back.png') no-repeat scroll left top;
	height: 32px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
#menu-container li a 
{
	font: bold 14px arial;
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	top: 7px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	margin: auto 10px;    
}

#menu-container li a:hover, #menu-container li a:active, #menu-container li a:visited {
	border: none;
}
 