#navigation {
		width: 950px;
		padding: 0px 0px 0px 0px;
		border-left: 1px solid #96a600;
	}
	#navigation td {
		font: 95% verdena,helvetica,sans-serif;
		letter-spacing: 0px;
		border-top: 7px solid #96a600;
	}
	#navigation a {
		display: block;
		padding: 5px 10px 5px 10px;
		background: #4c81b9;
		color: #ffffff;
		text-decoration: none;
		text-align: center; 
		font-weight: normal;
		border-right: 1px solid #96a600;
	}
	#navigation a:hover {
		display: block;
		padding: 5px 10px 5px 10px;
		background: #96a600;
		color: #ffffff;
		text-decoration: none;
		text-align: center;
		font-weight: normal;
		border-right: 1px solid #96a600;
	}
	#navigation a.current {
		display: block;
		padding: 5px 10px 5px 10px;
		background: #96a600;
		color: #ffffff;
		text-decoration: none;
		text-align: center;
		font-weight: normal;
		border-right: 1px solid #96a600;
	}
	#navigation a.current:hover {
		display: block;
		padding: 5px 10px 5px 10px;
		background: #96a600;
		color: #ffffff;
		text-decoration: none;
		text-align: center;
		font-weight: normal;
		border-right: 1px solid #96a600;
	}