#top_navbar {
	position:absolute;
	left:220px;
	width:605px;
	height:166px;
	color: #000000;
	text-align: center;
	font-family: Gill Sans, sans-serif;
	font-style: italic;
	font-size: 16px;
	font-weight: 100;
	text-decoration: none;
	border-left: 1px solid #000000;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}

#top_navbar a {
	text-decoration: none;
}

#top_navbar a:visited {
	color: #000000;
}


#navbar-kgban {
	position:absolute;
	left:28px;
	top:20px;
	width:164px;
	height:146px;
	background-image: url(../nav/navbar/ban-empty.svg);
	color: #000000;
}

#navbar-kgban:hover {
	color: #0000FF;
}

/* Top navbar link (depreciated) */
#navbar-kgban-link {
	position: absolute; 
	font-size: 14px;
	text-align: left;
	margin-top: 108px;
	margin-left: 90px;
}

#navbar-mazes {
	position:absolute;
	left:28px;
	top:20px;
	width:164px;
	height:146px;
	background-image: url(../nav/navbar/ban-mazes.svg);
	color: #000000;
}

#navbar-hybrids {
	position:absolute;
	left:28px;
	top:20px;
	width:164px;
	height:146px;
	background-image: url(../nav/navbar/ban-hybrids.svg);
	color: #000000;
}

#navbar-puzzles {
	position:absolute;
	left:28px;
	top:20px;
	width:164px;
	height:146px;
	background-image: url(../nav/navbar/ban-puzzles.svg);
	color: #000000;
}

#navbar-logic {
	position:absolute;
	left:28px;
	top:20px;
	width:164px;
	height:146px;
	background-image: url(../nav/navbar/ban-logic.svg);
	color: #000000;
}


#navbar-spacetop {
	position:absolute;
	left:192px;
	top:20px;
	width:386px;
	height:14px;
	background-image: url(../nav/navbar/navbar-space3top.svg);
}

#navbar-spacebottom {
	position:absolute;
	left:192px;
	top:142px;
	width:386px;
	height:24px;
	background-image: url(../nav/navbar/navbar-space3bottom.svg);
}


#navbar-topline {
	position:absolute;
	left:192px;
	top:34px;
	width:386px;
	height:36px;
	background-image: url(../nav/navbar/navbar-circlehalf.svg);
	background-repeat: no-repeat;
	background-position: left top;
}

#navbar-topline:hover {
	background-position: left bottom;
}

#navbar-middleline {
	position:absolute;
	left:192px;
	top:70px;
	width:386px;
	height:36px;
	background-image: url(../nav/navbar/navbar-circlehalf.svg);
	background-repeat: no-repeat;
	background-position: left top;
}

#navbar-middleline:hover {
	background-position: left bottom;
}

#navbar-bottomline {
	position:absolute;
	left:192px;
	top:106px;
	width:386px;
	height:36px;
	background-image: url(../nav/navbar/navbar-circlehalf.svg);
	background-repeat: no-repeat;
	background-position: left top;
}

#navbar-bottomline:hover {
	background-position: left bottom;
}


#navbar-category {
	position:absolute;
	left:89px;
	top:00px;
	width:216px;
	height:36px;
	background-image: url(../nav/navbar/navbar-line3gray.svg);
}

#navbar-puzzle-number, #navbar-issue-number {
	position:absolute;
	left:125px;
	top:00px;
	width:144px;
	height:36px;
	background-image: url(../nav/navbar/navbar-line2gray.svg);
}

#navbar-category p, #navbar-puzzle-number p, #navbar-issue-number p {
	margin-top: 7px;
}


#navbar-linefullleft {
	position:absolute;
	left:17px;
	top:00px;
	width:72px;
	height:36px;
	background-image: url(../nav/navbar/navbar-line1white.svg);
}

#navbar-linefullright {
	position:absolute;
	left:305px;
	top:00px;
	width:72px;
	height:36px;
	background-image: url(../nav/navbar/navbar-line1white.svg);
}

.navbar-linehalfleft {
	position:absolute;
	left:17px;
	top:00px;
	width:36px;
	height:36px;
	background-image: url(../nav/navbar/navbar-linehalfwhite.svg);
}

.navbar-linehalfright {
	position:absolute;
	left:341px;
	top:00px;
	width:36px;
	height:36px;
	background-image: url(../nav/navbar/navbar-linehalfwhite.svg);
}

.navbar-lineend {
	position:absolute;
	left:377px;
	top:00px;
	width:9px;
	height:36px;
	background-image: url(../nav/navbar/navbar-lineend.svg);
}


.navbar-prev {
	position:absolute;
	left:53px;
	top:00px;
	width:72px;
	height:36px;
	color: #000000;
	background-image: url(../nav/navbar/navbar-linkleft20.svg);
	background-position: left top;
}

.navbar-prev-none {
	position:absolute;
	left:53px;
	top:00px;
	width:72px;
	height:36px;
	background-image: url(../nav/navbar/navbar-linkleftblank.svg);
}

.navbar-prev:hover {
	background-position: left bottom;
	color: #FFFFFF;
}

.navbar-prev-text {
	position: relative;
	top: 7px;
}

.navbar-next {
	position:absolute;
	left:269px;
	top:00px;
	width:72px;
	height:36px;
	color: #000000;
	background-image: url(../nav/navbar/navbar-linkright20.svg);
	background-position: left top;
}

.navbar-next-none {
	position:absolute;
	left:269px;
	top:00px;
	width:72px;
	height:36px;
	background-image: url(../nav/navbar/navbar-linkrightblank.svg);
}

.navbar-next:hover {
	background-position: left bottom;
	color: #FFFFFF;
}

.navbar-next-text {
	position: relative;
	top: 7px;
}
