table#topNav
{
	width: 100%;
}
table#topNav td
{
	color: white;
	background-color: #5f5c5c; /* gray */
	padding: 0 10px;
	text-align: center;
	height: 25px;
	font-size: 11px;
	font-weight: 800;
	white-space: nowrap;
}
table#topNav td a
{
	color: #f2f2f2; /* light gray */
	text-decoration: none;
}
table#topNav td a:hover
{
	color: #bfbe92; /* gold */
}