	body{ 
		scrollbar-3dlight-000000; 
		scrollbar-highlight-color: 000000; 
		scrollbar-face-color:006600;
		scrollbar-shadow-color: 000000; 
		scrollbar-darkshadow-color: 000000; 
		scrollbar-base-color: ffffff; 
		scrollbar-arrow-color: ffffff;
		}

	#navigation {
		width: 900px;
		border-left: 1px solid #006600;
		border-right: 1px solid #006600;			
	}
	
	#navigation a {
		display: block;
		font: 90% arial,helvetica,sans-serif;
		padding: 5px 5px 5px 5px;
		background: #006600;
		color: #cccccc;
		text-decoration: none;
		text-align: center; 
		border-bottom: 5px solid #222222;
	}
	#navigation a:hover {
		display: block;
		background: #222222;
		color: #cccccc;
		text-decoration: none;
		text-align: center;
		border-bottom: 5px solid #006600;
	}
	#navigation a.current {
		display: block;
		background: #222222;
		color: #cccccc;
		text-decoration: none;
		text-align: center;
		vertical-align: bottom;
		border-bottom: 5px solid #006600;
	}
	#navigation a.current:hover {
		display: block;
		background: #222222;
		color: #cccccc;
		text-decoration: none;
		text-align: center;
		border-bottom: 5px solid #006600;
	}