table#nav-table {
	margin-left: 5px;
	width: 745px!important;
	}
table#nav-table td {
	border: none;
	font-family: Georgia, Times, serif;
	font-size: 100%;
	overflow: hidden;
	padding: 5px 0 5px 0;
	text-align: center;
	text-transform: lowercase;
	}
table#nav-table td a {
	display: block;
	letter-spacing: 1px;
	padding: 0 0.5em;
	white-space: nowrap;
	}
table#nav-table td.first {
	text-align: left;
	}
table#nav-table td.first a {
	padding: 0;
	}
table#nav-table td.last {
	text-align: right;
	}
table#nav-table td.last a {
	padding: 0;
	}
table#nav-table a:link, table#nav-table a:visited {
	color: #808080;
	text-decoration: none;
	}
table#nav-table a:hover, table#nav-table a.active:link, table#nav-table a.active:visited {
	color: #2c8f71;
	}
