/** ==== tags for the menu bar ============================================ **/

nav.menu {
	position:				sticky;
	top:					4px;
	}

.menuBar {
	overflow:				hidden;
	font-family:			Arial;
	display:				flex;
	font-weight:			900;
	text-align:				center;
	justify-content:		center;
	}

.menuBar a {
	float:					left;
	font-size:				16px;
	color:					black;
	padding:				7px 45px;
	text-decoration:		none;
	font-weight:			900;
	width:					171px;
	}

hr.menuTop {
	background-position:	center;
	height:					35px;
	background-image:		url('../images/menuTop.gif');
	background-repeat:		no-repeat;
	border:					0;
	margin:					0;
	}

hr.menuBottom {
	background-position:	center;
	height:					27px;
	background-image:		url('../images/menuBottom.gif');
	background-repeat:		no-repeat;
	border:					0;
	margin:					0;
	}

/** ==== end of duocument ================================================= **/
