.menu {
	position:			relative;
	display:			table-row;
	/*top:				-20px;*/
	
	/* centre align */
	margin-left:		1em;
	margin-right:		1em;
		
	text-align:			left;
	z-index:			2;
}

.menu .menuItem {
	position:			relative;
	display:			table-cell;
	
	height:				22px;
	line-height:		22px;
	
	background-repeat:	no-repeat;
	
	/* padding */
	
	font-weight:		bold;
}
	
	.menu .first {
		padding-left:		14px;
	}

	.menu .menuItem a {
		display:			block;
		padding-left:		1.2em;
		padding-right:		1.2em;
	}
	
	.menu .menuItem a:link,
	.menu .menuItem a:visited,
	.menu .menuItem a:active {
		color:				#fff8a0;
	}
	
	.menu .menuItem a:hover {
		color:				#baaaaa !important;
	}
/*
	menu highlighting
*/

#homepage #home a,
#theWellGame #game a,
#characterProfile #characters a,
#aboutPage #about a,
#FAQs-help #help a,
#episodeGuide #episodes a {
	color:				#ffffff;
}