	#navigation {
		width: 950px;
		background: #696;
		padding: 0px 0px 0px 0px;
		border-left: 1px solid #cccccc;
		border-left: 0px solid #cccccc;
	}
	#navigation td {
		padding: 0px 1px 0px 0px;
		border-right: 1px solid #cccccc;
	}
	#navigation a {
		display: block;
		padding: 5px 5px 5px 5px;
		background: #696;
		color: #fff;
		text-align: center;
	}
	#navigation a:hover {
		display: block;
		background: #585;
		color: #cccccc;
	}
	#navigation a.current {
		display: block;
		background: #363;
		color: #ffffff;
	}
	#navigation a.current:hover {
		display: block;
		background: #363;
		color: #ff0;
	}
