	#navigation {
		width: 900px;
		height: 25px;
		font: 85% verdana;
		background: #999999;
		letter-spacing: 2px;
		border-right: 1px solid #999999;
	}
	#navigation td {
		padding: 0px 0px 0px 0px;
	}
	#navigation a {
		display: block;
		padding: 5px 5px 5px 5px;
		background: #999999;
		color: #ffffff;
		text-decoration: none;
		text-align: center; 
		border-right: 1px solid #cccccc;
	}
	#navigation a:hover {
		display: block;
		padding: 5px 5px 5px 5px;
		background: #888888;
		color: #ffffff;
		text-decoration: none;
		text-align: center;
	}
	#navigation a.current {
		display: block;
		padding: 5px 5px 5px 5px;
		background: #888888;
		color: #ffffff;
		text-decoration: none;
		text-align: center;
	}
	#navigation a.current:hover {
		display: block;
		padding: 5px 5px 5px 5px;
		background: #888888;
		color: #ffffff;
		text-decoration: none;
		text-align: center;
	}


#navigation2 {
		width:875px;
		height: 25px;
		font: 85% verdana;
		background: #999999;
		letter-spacing: 2px;
		padding: 0px 0px 0px 0px;
		border-right: 0px solid #cccccc;
		border-left: 0px solid #cccccc;
		border-bottom: 0px solid #ffffff;
	}

	#navigation2 td {
		
		padding: 0px 0px 0px 0px;
	}
	#navigation2 a {
		display: block;
		padding: 5px 5px 5px 5px;
		background: #999999;
		color: #ffffff;
		text-decoration: none;
		text-align: center; 
		border-right: 1px solid #ffffff;
	}
	#navigation2 a:hover {
		display: block;
		padding: 5px 5px 5px 5px;
		background: #888888;
		color: #ffffff;
		text-decoration: none;
		text-align: center;
		border-left: 0px solid #ff401b;
	}
	#navigation2 a.current {
		display: block;
		padding: 5px 5px 5px 5px;
		background: #666666;
		color: #ffffff;
		text-decoration: none;
		text-align: center;
		border-left: 0px solid #333333;

	}
	#navigation2 a.current:hover {
		display: block;
		padding: 5px 5px 5px 5px;
		background: #888888;
		color: #ffffff;
		text-decoration: none;
		text-align: left;
		border-left: 0px solid #ff401b;
	}