table.navbar {
		font-size: 8pt;
		margin: 0px;
		padding: 0px; 
		border: 0px; 
		font-weight: bold;
	}
	
	table.menu {
		font-size: 8pt;
		margin: 0px;
		padding: 0px;
		font-weight: bold;
	}
	
	td.menuNormal {
		padding: 0px;
		color: white;
		font-weight: bold;
		vertical-align: top;
		background-color: #cc3300;
	}
	
	td.menuHover {
		padding: 0px;
		color: white;
		font-weight: bold;
		vertical-align: top;
	}
	
	div.menuNormal {
		display: none;
		position: static;
	}
	
	div.menuHover {
		border: 0px;
		background-color: #cc3300;
		display: inline;
		position: absolute;
	}
	a.menuitem:link {
		text-decoration: none;
		color: white;
		background-color: #cc3300;
		display: block;
		font-family: Arial;
		font-size: 11px;
		font-weight: bold; letter-spacing: 1px; line-height: 14px;
	}
	
	a.menuitem:hover {
		text-decoration: none;
		color: white;
		background-color: black;
		display: block;
		font-family: Arial; font-size: 11px; font-weight: bold; letter-spacing: 1px; line-height: 14px;
	}