	#navigation {
		width: 900px;
		padding: 0px 0px 5px 0px;
		border-bottom: 1px solid #666666;	
	}
	#navigation td {
		font: 90% arial,helvetica,sans-serif;
	}
	#navigation a {
		text-align: center;
		letter-spacing: 3px;
		vertical-align: middle;
		padding: 5px 5px 5px 5px;
		line-height: 14pt;
	}
	#navigation a:hover {
		color: #aaaaaa;
	}
	#navigation a.current {
		color: #ffffff;
	}
	#navigation a.current:hover {
		color: #ffffff;

	}