	#navigation {
		margin: 5px 0px 5px 5px;
		padding: 3px 3px 3px 3px;
		background: #000000;
	}

	#navigation td {
		padding: 0px 0px 0px 0px;
		border-right: 1px dotted #ff0000;

	}
	#navigation a {
		display: block;
		padding: 5px 5px 5px 5px;
		background: #000000;
		color: #ffffff;
		text-decoration: none;
		text-align: left; 
		border-bottom: 1px dotted #000000;
		border-top: 1px solid #000000;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
	}
	#navigation a:hover {
		display: block;
		padding: 5px 5px 5px 5px;
		background: #ff0000;
		color: #ffffff;
		text-decoration: none;
		text-align: left;
		border-bottom: 1px dotted #000000;
		border-top: 1px dotted #000000;
		border-left: 1px dotted #000000;
		border-right: 1px dotted #000000;
	}
	#navigation a.current {
		display: block;
		padding: 5px 5px 5px 5px;
		background: #ff0000;
		color: #ffffff;
		text-decoration: none;
		text-align: left;
		border-bottom: 1px dotted #000000;
		border-top: 1px dotted #000000;
		border-left: 1px dotted #000000;
		border-right: 1px dotted #000000;
	}
	#navigation a.current:hover {
		display: block;
		padding: 5px 5px 5px 5px;
		background: #000000;
		color: #ffffff;
		text-decoration: none;
		text-align: left;
		border-bottom: 1px dotted #ff0000;
		border-top: 1px dotted #ff0000;
		border-left: 1px dotted #ff0000;
		border-right: 1px dotted #ff0000;
	}