	#navigation {
		font: 80% verdana;
		width: 165px;
		line-height: 17px;
		background: #ffffff;
		border-bottom: 2px solid #ffffff;	
	}
	#navigation td {
		background: #ffffff;
		padding: 0px 0px 0px 10px;
		letter-spacing: 1px;
		text-align: right; 
	}
	#navigation a {
		display: block;
		padding: 2px 5px 2px 5px;
		color: #004000;
		text-decoration: none;
		border-bottom: 1px dashed #eeeeee;
	}
	#navigation a:hover {
		display: block;
		padding: 2px 5px 2px 5px;
		background: #dee573;
		color: #666666;
		text-decoration: none;
		border-bottom: 1px dashed #cccccc;
		}
	#navigation a.current {
		display: block;
		padding: 2px 5px 2px 5px;
		background: #d3e183;
		color: #004000;
		text-decoration: none;
		text-align: left;
		border-bottom: 1px dashed #cccccc;
	}
	#navigation a.current:hover {
		display: block;
		padding: 2px 5px 2px 5px;
		background: #dee573;
		color: #666666;
		text-decoration: none;
		text-align: left;
		border-bottom: 1px dashed #cccccc;
	}