.hidden {
	visibility: hidden;
}

.disabled {
/*	color: #407319; */
/*	visibility: hidden; */
	color: #9FB986
}

.nav-bar {
	width: 130px;
}

/* Visited & non-visited links will be the same color until I clean up the URL */
*.nav-bar a span, *.nav-bar a:visited span {
	color: #623016;
}

div.nav-bar .current_page, div.nav-bar a.current_page * {
	color: #407319;
	font-weight: bold; 
	text-decoration: none;
	Ztext-decoration: overline;
}
