.primary {
	float: right;
	position: relative;
	height: 29px;
	width: 520px;
	padding: 15px 15px;
	margin: 10px 0;
	overflow: hidden;
}


.primary li {
	float: left;
	list-style: none;
}

.primary li.back {
	background: url("/images/navigation/lava.gif") no-repeat right -30px;
	width: 9px; height: 30px;
	z-index: 8;
	position: absolute;
}

.primary li.back .left {
	background: url("/images/navigation/lava.gif") no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}

.primary li a {
	font: bold 14px arial;
	text-decoration: none;
	color: #555;
	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 25px;    
}

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

.primary li a:hover {
	color: #000;
}

.primary li.current a {
	color: #000;
}