	#navigation {
		width: 900px;
		font: 75% arial,helvetica,sans-serif;
		background: #ffffff;
		letter-spacing: 2px;
		border-left: 1px solid #ffffff;	
		border-right: 1px solid #ffffff;
	}
	#navigation td {
		padding: 0px 0px 0px 1px;
		font: 100% arial,helvetica,sans-serif;
	
	}
	#navigation a {
		display: block;
		padding: 5px 5px 5px 5px;
		background: #094fa3;
		color: #ffffff;
		text-decoration: none;
		text-align: center; 
		border-bottom: 0px solid #960d01;
		border-right: 0px solid #cc00cc;

	}
	#navigation a:hover {
		display: block;
		padding: 5px 5px 5px 5px;
		background: #ed164f;
		color: #005596;
		text-decoration: none;
		text-align: center;
		border-left: 0px solid #960d01;

	}
	#navigation a.current {
		display: block;
		padding: 5px 5px 5px 5px;
		background: #ed164f;
		color: #005596;
		text-decoration: none;
		text-align: center;
		border-left: 0px solid #960d01;
	}
	#navigation a.current:hover {
		display: block;
		padding: 5px 5px 5px 5px;
		background: #ed164f;
		color: #005596;
		text-decoration: none;
		text-align: center;
		border-left: 0px solid #960d01;
	}