	#navigation {
		width: 900px;
		padding: 0px 0px 0px 0px;
		letter-spacing: 1px;
		font-variant: small-caps;
		font: 95% arial;
		border-left: 2px ridge #666666;
		border-right: 2px ridge #666666;
	}
	#navigation td {
		padding: 0px 0px 0px 0px;
	}
	#navigation a {
		display: block;
		padding: 5px 5px 5px 5px;
		background: #c000c0;
		color: #cccccc;
		text-decoration: none;
		font-weight: bold;
		text-align: center;
		border-right: 1px solid #cccccc;
		border-left: 0px solid #cccccc;
	}
	#navigation a:hover {
		display: block;
		background: #000000;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		text-align: center;
	}
	#navigation a.current {
		display: block;
		background: #000000;
		color: #cccccc;
		text-decoration: none;
		font-weight: bold;
		text-align: center;
	}
	#navigation a.current:hover {
		display: block;
		background: #000000;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		text-align: center;
	}