	#navigation {
		height: 0px;
	}
#navigation td {
		padding: 1px 1px 1px 0px;
	}
	#navigation a {
		display: block;
		padding: 5px 5px 5px 5px;
		background: #d7d6d6;
		color: #0468b5;
		text-decoration: none;
		font-weight: bold;
		text-align: center;
	}
	#navigation a:hover {
		display: block;
		background: #fbf330;
		color: #000000;
		text-decoration: none;
		text-align: center;
	}
	#navigation a.current {
		display: block;
		background: #0468b5;
		color: #ffffff;
		text-decoration: none;
		text-align: center;
	}
	#navigation a.current:hover {
		display: block;
		background: #0468b5;
		color: #ffffff;
		text-decoration: none;
		text-align: center;
	}