table.nav {
	border-collapse: collapse;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	background-color: #CC0000;
	text-align: center;
	font-weight: bold;
	line-height: 25px;
}
table.nav td {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
table.nav a:link, table.nav a:visited{
	text-decoration: none;
	color: #E6C88B;
	display: block;
	height: 100%;
}
table.nav a:hover, table.nav a:active {
	background-color: #820909;
	height: 100%;
}
td.navHighlight {
	background-color: #4C4948;
}
