	#navigation {
		padding: 0px 0px 0px 0px;
		width: 900px;		
	}
	#navigation td {
		font: 90% arial,helvetica,sans-serif;
		padding: 0px 0px 0px 0px;
		letter-spacing: 3px;
		border-bottom: 1px solid #fee8de;
		border-top: 1px solid #fee8de;
		border-left: 1px solid #fee8de;
		border-right: 1px solid #fee8de;
	}
	#navigation a {
		display: block;
		padding: 5px 5px 3px 3px;
		background: #f0b9d6;
		color: #983233;
		text-decoration: none;
		font-weight: normal;
		text-align: center;
		border-bottom: 0px solid #000000;
		border-top: 0px solid #000000;
		font-size: 100%;
	}
	#navigation a:hover {
		display: block;
		padding: 5px 5px 3px 3px;
		background: #f0b9d6;
		color: #983233;
		text-decoration: none;
		font-weight: normal;
		text-align: center;
		border-bottom: 0px solid #000000;
		border-top: 0px solid #000000;
		border-left: 0px solid #000000;
		border-right: 0px solid #000000;
	}
	#navigation a.current {
		display: block;
		padding: 5px 5px 3px 3px;
		background: url(../images/background.jpg);
		color: #fee8de;
		text-decoration: none;
		font-weight: normal;
		text-align: center;
		border-bottom: 0px solid #000000;
		border-top: 0px solid #000000;
		border-left: 0px solid #000000;
		border-right: 0px solid #000000;
	}
	#navigation a.current:hover {
		display: block;
		padding: 5px 5px 3px 3px;
		background: #f0b9d6;
		color: #983233;
		text-decoration: none;
		font-weight: normal;
		text-align: center;
		border-bottom: 0px solid #333333;
		border-top: 0px solid #333333;
		border-left: 0px solid #000000;
		border-right: 0px solid #000000;
	}