.navPrototype {
  background-image: url("prototype-bg.png");
  background-position: left top;
  height: 47px;
  left: 50%;
  margin-left: -487px;
  margin-top: -27px;
  padding-right: 20px;
  padding-top: 7px;
  position: absolute;
  text-align: right;
  width: 954px;
  z-index: 400;
}

.navPrototype a.link.first span,
.navPrototype a.link.first:hover span,
.navPrototype a.link.first:focus span,
.navPrototype a.link.first:active span,
.navPrototype a.link.first.selected span,
.navPrototype a.link.first.open span {
  background-position: -2px 50px;
}

.navPrototype a.link {
  background-image: url("prototype-link.png");
  background-position: right 50px;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  height: 36px;
  margin-left: 10px;
  padding-right: 15px;
  text-decoration: none;
}
.navPrototype a.link span {
  background-image: url("prototype-link.png");
  background-position: left 50px;
  display: inline-block;
  font-size: 18px;
  height: 25px;
  margin-left: -10px;
  padding-left: 15px;
  padding-top: 11px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

.navPrototype a.link:hover,
.navPrototype a.link:focus,
.navPrototype a.link:active {
	background-position: right 100px;
	color: #f4e2be;
}
.navPrototype a.link:hover span,
.navPrototype a.link:focus span,
.navPrototype a.link:active span {
	background-position: left 100px;
}

.navPrototype a.link.selected:hover,
.navPrototype a.link.selected:focus,
.navPrototype a.link.selected:active {
	color: #f4e2be;
}

.navPrototype a.link.selected, .navPrototype a.link.open {
	background-position: right 150px;
	color: #f4e2be;
}
.navPrototype a.link.selected span, .navPrototype a.link.open span {
	background-position: left 150px;
	color: #f4e2be;
}
