	#navigation  {
		width: 900px;
		font: 90% arial,helvetica,sans-serif;
		letter-spacing: 1px;
		border-right: 0px solid #cccccc;
		border-left: 1px solid #666666;
	}
	#navigation td {
		padding: 0px 0px 0px 0px;
	}
	#navigation a {
		display: block;
		padding: 7px 5px 7px 5px;
		background: #bcbdc0;
		color: #4b4b4b;
		text-align: center;
		text-decoration: none;
		border-right: 1px solid #666666;
	}
	#navigation a:hover {
		display: block;
		background: #333399;
		color: #ffffff;
		}
	#navigation a.current {
		display: block;
		background: #333399;
		color: #ffffff;
		}
	#navigation a.current:hover {
		display: block;
		background: #333399;
		color: #ffffff;
		}