.navPrototype {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 200;
	background-image: url('prototype-bg.png');
	background-position: left bottom;
	height: 41px;
}

.navPrototype a.link {
	background-image: url('prototype-link.png');
	background-position: right 50px;
	color: #fff;
	display: inline-block;
	height: 41px;
	padding-right: 15px;
	margin-left: 10px;
	text-decoration: none;
	cursor: pointer;
	font-size: 13px;
}
.navPrototype a.link span {
	background-image: url('prototype-link.png');
	background-position: left 50px;
	display: inline-block;
	padding-top: 13px;
	padding-left: 15px;
	margin-left: -10px;
	height: 28px;
}

.navPrototype a.link:hover,
.navPrototype a.link:focus,
.navPrototype a.link:active {
	background-position: right 100px;
	color: #000001;
}
.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,
.navPrototype a.link.open:hover,
.navPrototype a.link.open:focus,
.navPrototype a.link.open:active {
	color: #efea25;
}

.navPrototype a.link.selected, .navPrototype a.link.open {
	background-position: right 150px;
}
.navPrototype a.link.selected span, .navPrototype a.link.open span {
	background-position: left 150px;
}
