#nav table {
	font-family: "MS Sans Serif", Geneva, sans-serif;
}
#nav td {
	padding: 2px 2px 2px 2px;
	border-right: 1px inset #C0C0C0;
	text-align: center;
}
#nav a {
	font-size: 12px;
	color: #F0E68C;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover {
	font-size: 12px;
	text-decoration: underline;
	color: #E5D53A;
	background-color: #3188A3;
}
.top {
	border-top: 1px groove #C0C0C0;
}
.bottom {
	border-bottom: 1px groove #C0C0C0;
}