table.navBar {
    position: fixed;
	width: 998px;
	background: black;
	top: 0;
	left: auto;
	bottom: auto;
	right: auto;
}
tr.navBar {
    position: fixed;
	background: black;
	top: 0;
	left: auto;
	bottom: auto;
	right: auto;
	width: 998px;
}
div#menuParent {
    position: fixed;
	width: 998px;
	background: black;
	top: 0;
	left: auto;
	bottom: auto;
	right: auto;
}
