	#navigation {
		width: 900px;
		background: #000080;
		padding: 0px 0px 0px 0px;
		border-left: 0px solid #cccccc;
		border-right: 0px solid #ccccc1;
	}

	#navigation td {
		background: #000080;
		padding: 0px 0px 0px 0px;
		border-bottom: 0px solid #cc4880;
		border-top: 0px solid #cc4880;
		border-right: 1px solid #000080;

	}
	#navigation a {
		display: block;
		padding: 5px 5px 5px 5px;
		background: #0084CA;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		text-align: center;
		border-bottom: 0px solid #000000;
		border-top: 0px solid #000000;
		font-size: 100%;

	}
	#navigation a:hover {
		display: block;
		background: #000080;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		text-align: center;

	}
	#navigation a.current {
		display: block;
		background: #000080;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		text-align: center;


	}
	#navigation a.current:hover {
		display: block;
		background: #000080;
		color: #ffffff;
		text-decoration: none;
		font-weight: bold;
		text-align: center;
	}