	#navigation {
		font-size: 80%;
		width: 160px;
		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 4px 2px 4px;
		color: #666666;
		text-decoration: none;
		border-bottom: 1px dashed #eeeeee;
	}
	#navigation a:hover {
		display: block;
		background: #ffffff;
		color: #9d7643;
		text-decoration: none;
		border-bottom: 1px dashed #9d7643;
		}
	#navigation a.current {
		display: block;
		background: #ffffff;
		color: #9d7643;
		text-decoration: none;
		text-align: left;
		border-bottom: 1px dashed #eeeeee;
	}
	#navigation a.current:hover {
		display: block;
		background: #ffffff;
		color: #9d7643;
		text-decoration: none;
		text-align: left;
		border-bottom: 1px dashed #9d7643;
	}