	#navigation {
		width: 1000px;
		padding: 0px 0px 0px 0px;
		border-right: 1px solid #555555;
		border-left: 1px solid #555555;
		border-bottom: 5px solid #000000;

	}
	#navigation td {
		padding: 0px 0px 0px 0px;
		text-align: center;	
	}
	#navigation a {
		display: block;
		padding: 5px 5px 5px 5px;
		background: #000000;
		color: #e0b117;
		text-decoration: none;
		text-align: center;
	}
	#navigation a:hover {
		display: block;
		background: #e0b117;
		color: #000000;
		text-decoration: none;
		text-align: center;
	}
	#navigation a.current {
		display: block;
		background: #e0b117;
		color: #000000;
		text-decoration: none;
		text-align: center;
	}
	#navigation a.current:hover {
		display: block;
		background: #e0b117;
		color: #000000;
		text-decoration: none;
		text-align: center;
	}