	#navigation {
		width: 900px;
		border-left: 0px solid #555555;	
	}
	#navigation td {
		border-top: 0px solid #666666;
		border-bottom: 0px solid #666666;
	}
	#navigation a {
		display: block;
		background: #231f20;
		padding: 5px 5px 5px 5px;
		color: #ffffff;
		text-align: center;
		border-right: 1px dotted #666666;
		font-size: 125%;
	}
	#navigation a:hover {
		display: block;
		background: #666666;
		color: #fcff97;
		text-decoration: none;
	}
	#navigation a.current {
		display: block;
		background: #666666;
		text-decoration: none;
	}
	#navigation a.current:hover {
		display: block;
		background: #555555;
		text-decoration: none;
	}