	#navigation {
		width: 900px;
		margin: 0px 0px 0px 0px;		
	}
	#navigation td {
		font: 97% arial,helvetica,sans-serif;
		padding: 0px 0px 0px 0px;
		letter-spacing: 2px;
		border-bottom: 3px solid #e2e2e2;
		border-top: 0px solid #000000;
		border-left: 0px solid #000000;
		border-right: 1px solid #e2e2e2;
	}
	#navigation a {
		display: block;
		padding: 5px 5px 3px 3px;
		background: #e2e2e2;
		color: #000000;
		text-decoration: none;
		text-align: center;
		border-bottom: 5px solid #f60001;
	}
	#navigation a:hover {
		display: block;
		padding: 5px 5px 3px 3px;
		background: #f60001;
		color: #000000;
		text-decoration: none;
		text-align: center;
		border-bottom: 5px solid #000000;
	}
	#navigation a.current {
		display: block;
		padding: 5px 5px 3px 3px;
		background: #f60001;
		color: #000000;
		text-decoration: none;
		text-align: center;
		border-bottom: 5px solid #000000;
	}
	#navigation a.current:hover {
		display: block;
		padding: 5px 5px 3px 3px;
		background: #1f1a17;
		color: #ffffff;
		text-decoration: none;
		text-align: center;
		border-bottom: 5px solid #000000;
	}