#utilityList {
	position: relative;
	height: 38px;
	overflow: hidden;
	margin:6px 0px 0px 0px;
	padding:0px;
}
#utilityList li {
	font-size:.9em;
	float: right;
	list-style: none;
}
#utilityList li.back, #utilityList li.backLava {
	background: url(../_graphics/lava.gif) no-repeat right -39px;
	width: 9px;
	height: 39px;
	z-index: 8;
	position: absolute;
  margin-left: -1px;
}
#utilityList li.back .left, #utilityList li.backLava  .leftLava{
	background: url(../_graphics/lava.gif) no-repeat top left;
	height: 39px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
#utilityList li a {
	padding:5px 5px 0px 5px;
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	top: 7px;
	letter-spacing: .10em;
	z-index: 10;
	display: block;
	float: left;
	height: 39px;
	position: relative;
	overflow: hidden;
	margin: auto 5px;
}
#utilityList li a:hover, #utilityList li a:active, #utilityList li a:visited {
	border: none;
}
