	#navigation {
		font: 80% arial,helvetica,sans-serif;
		width: 900px;
		padding: 0px 0px 0px 0px;
		border-left: 1px solid #cccccc;
		border-top: 1px solid #cccccc;		
	}
	#navigation td {
		padding: 0px 0px 0px 0px;
		border-bottom: 0px solid #000080;
		border-top: 0px solid #000080;
		border-left: 0px solid #000080;
		border-right: 0px solid #000080;
	}
	#navigation a {
		display: block;
		padding: 5px 5px 5px 5px;
		background: #000080;
		color: #ffffff;
		text-decoration: none;
		text-align: center;
		border-right: 1px solid #cccccc;
	}
	#navigation a:hover {
		display: block;
		background: #0367b4;
		color: #ffffff;
		text-decoration: none;
		text-align: center;
	}
	#navigation a.current {
		display: block;
		background: #0367b4;
		color: #ffffff;
		text-decoration: none;
		text-align: center;
	}
	#navigation a.current:hover {
		display: block;
		background: #0367b4;
		color: #ffffff;
		text-decoration: none;
		text-align: center;
	}