	#navigation {
		font: 90% arial,helvetica,sans-serif;
		width: 900px;
		background: #b2b2b2;
		padding: 0px 0px 0px 0px;		
	}

	#navigation td {
		padding: 0px 3px 0px 3px;
		border-bottom: 0px solid #000080;
		border-top: 0px solid #000080;
		border-left: 0px solid #cc4880;
		border-right: 0px solid #ffffff;
		letter-spacing: 1px;
	}
	#navigation a {
		display: block;
		padding: 5px 5px 5px 5px;
		background: #9ecdeb;
		color: #000080;
		text-decoration: none;
		font-weight: normal;
		text-align: center;
		border-bottom: 0px solid #0084CA;
		font-size: 100%;

	}
	#navigation a:hover {
		display: block;
		background: #000080;
		color: #ffffff;
		text-decoration: none;
		font-weight: normal;
		text-align: center;
	}
	#navigation a.current {
		display: block;
		background: #000080;
		color: #ffffff;
		font-weight: normal;
		text-align: center;
	}
	#navigation a.current:hover {
		display: block;
		background: #000080;
		color: #ffffff;
		text-decoration: none;
		font-weight: normal;
		text-align: center;
	}