	#navigation {
		font-size: 85%;
		width: 150px;
		border-bottom: 0px solid #ffffff;	
	}
	#navigation td {
		padding: 0px 0px 0px 0px;
		letter-spacing: 2px;
		border-bottom: 1px solid #ffffff;
	}
	#navigation a {
		display: block;
		padding: 5px 5px 5px 5px;
		background: #96c0e8;
		color: #ffffff;
		text-decoration: none;
		vertical-align: middle;
		text-align: center; 
	}
	#navigation a:hover {
		display: block;
		background: #6987a4;
		color: #ffffff;
		text-decoration: none;
		text-align: center;
	}
	#navigation a.current {
		display: block;
		background: #6987a4;
		color: #ffffff;
		text-decoration: none;
		text-align: center;
	}
	#navigation a.current:hover {
		display: block;
		background: #6987a4;
		color: #ffffff;
		text-decoration: none;
		text-align: center;
	}