	#navigation {
		padding: 0px 0px 0px 0px;
		width: 900px;		
	}
	#navigation td {
		font: 90% arial,helvetica,sans-serif;
		padding: 0px 0px 0px 0px;
		letter-spacing: 1px;
		border-top: 1px solid #cccccc;
		border-right: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
	}
	#navigation a {
		display: block;
		padding: 5px 5px 5px 5px;
		background: #ed008c;
		color: #ffffff;
		font-weight: normal;
		text-align: center;
		font-size: 100%;
		text-decoration: none;
		border-right: 0px solid #cccccc;
	}
	#navigation a:hover {
		display: block;
		background: #000000;
		color: #cccccc;
		font-weight: normal;
		text-align: center;
	}
	#navigation a.current {
		display: block;
		background: #000000;
		color: #cccccc;
		font-weight: normal;
		text-align: center;
	}
	#navigation a.current:hover {
		display: block;
		background: #000000;
		color: #cccccc;
		font-weight: normal;
		text-align: center;
	}