#side_navbar {
	position:absolute;
	margin-left: 20px;
	margin-right: 11px;
	margin-top: 30px;
	left:0px;
	top:166px;
	width:220px;
	height: auto;
	color: #000000;
}

#side_navbar p {
	position:relative;
	margin-left:10px;
	margin-right:10px;
	font-family: "Georgia", serif;
	font-style: italic;
	font-size: 14px;
	font-weight: 100;
	text-decoration: none;
}

.sidebar_link {
	position:relative; 
	left:0px; 
	top:0px; 
	width:189px; 
	height:36px;
	background-image: url('../nav/navbar/navbar-circlefullright.gif');
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
	font-family: "Gill Sans", sans-serif;
	font-style: italic;
	font-size: 16px;
	font-weight: 100;
	text-decoration: none;
}

.sidebar_link:hover {
	background-position: right bottom;
}

.sidebar_link a {
	text-decoration: none;
}


.sidebar-green-instructions {
	position:absolute;
	right:36px;
	top:0px;
	width:144px;
	height:36px;
	background-image: url('../nav/navbar/navbar-line2rollgreen.gif');
	background-position: right top;
	color: #000000;
}

.sidebar-green-instructions:hover {
	background-position: right bottom;
	color: #FFFFFF
}

.sidebar-green-instructions-text {
	position: relative;
	top: 8px;
}

.sidebar-red-pdf {
	position:absolute;
	right:36px;
	top:0px;
	width:144px;
	height:36px;
	background-image: url('../nav/navbar/navbar-line2rollred.gif');
	background-position: right top;
	color: #000000;
}

.sidebar-red-pdf:hover {
	background-position: right bottom;
	color: #FFFFFF;
}

.sidebar-red-pdf-text {
	position: relative;
	top: 8px;
}

.sidebar-yellow-solution {
	position:absolute;
	right:36px;
	top:0px;
	width:144px;
	height:36px;
	background-image: url('../nav/navbar/navbar-line2rollyellow.gif');
	background-position: right top;
	color: #000000;
}

.sidebar-yellow-solution:hover {
	background-position: right bottom;
	color: #FFFFFF;
}

.sidebar-yellow-solution-text {
	position: relative;
	top: 8px;
}

.sidebar-blue-puzzle {
	position:absolute;
	right:36px;
	top:0px;
	width:144px;
	height:36px;
	background-image: url('../nav/navbar/navbar-line2rollblue.gif');
	background-position: right top;
	color: #000000;
}

.sidebar-blue-puzzle:hover {
	background-position: right bottom;
	color: #FFFFFF;
}

.sidebar-blue-puzzle-text {
	position: relative;
	top: 8px;
}

.sidebar-gray-resources {
	position:absolute;
	right:36px;
	top:0px;
	width:144px;
	height:36px;
	background-image: url('../nav/navbar/navbar-line2rollgray.gif');
	background-position: right top;
	color: #000000;
}

.sidebar-gray-resources:hover {
	background-position: right bottom;
	color: #FFFFFF;
}

.sidebar-gray-resources-text {
	position: relative;
	top: 8px;
}

.sidebar-lineend {
	position:absolute;
	right:180px;
	top:0px;
	width:9px;
	height:36px;
	background-image: url('../nav/navbar/navbar-lineend.gif');
}