	#navigation td {
		font: 95% arial,helvetica,sans-serif;
		padding: 0px 1px 3px 0px;
		letter-spacing: 1px;
	}
	#navigation a {
		display: block;
		padding: 3px 10px 3px 10px;
		background: #d5836a;
		color: #ffffff;
		text-decoration: none;
		font-weight: normal;
		text-align: center;
	}
	#navigation a:hover {
		display: block;
		padding: 3px 10px 3px 10px;
		background: #b11116;
		color: #ffffff;
		text-decoration: none;
		font-weight: normal;
		text-align: center;
	}
	#navigation a.current {
		display: block;
		padding: 3px 10px 3px 10px;
		background: #bf4631;
		color: #ffffff;
		text-decoration: none;
		font-weight: normal;
		text-align: center;
	}
	#navigation a.current:hover {
		display: block;
		padding: 3px 10px 3px 10px;
		background: #b11116;
		color: #ffffff;
		text-decoration: none;
		font-weight: normal;
		text-align: center;
	}