	#navigation {
		width: 900px;
		background: #ffffff;
		margin: 0px 0px 0px 0px;
	}
	#navigation td {
		padding: 0px 0px 0px 0px;
	}
	#navigation a {
		font: 90% arial;
		display: block;
		padding: 5px 10px 5px 10px;
		background: #1298f6;
		color: #ffffff;
		text-decoration: none;
		text-align: center;
	}
	#navigation a:hover {
		display: block;
		background: #3366ff;
		color: #ffffff;
		text-decoration: none;
		text-align: center;
	}
	#navigation a.current {
		display: block;
		background: #3366ff;
		color: #ffffff;
		text-decoration: none;
		text-align: center;
	}
	#navigation a.current:hover {
		display: block;
		background: #ffcc00;
		color: #000000;
		text-decoration: none;
		text-align: center;
	}
