	#navigation  {
		width: 900px;
		border-left: 1px solid #49c8fb;
		font: 80% arial,helvetica,sans-serif;
	}
	#navigation a {
		display: list-item;
		padding: 5px 10px 5px 10px;
		background: #0051e8;
		color: #ffffff;
		border-right: 1px solid #49c8fb;
		text-decoration: none;
		letter-spacing: 1px;
		font-weight: normal;
		text-align: center;
	}
	#navigation a:hover {
		display: list-item;
		background: #49c8fb;
		color: #6666666;
		text-decoration: none;
		text-align: center;
	}
	#navigation a.current {
		display: list-item;
		background: #49c8fb;
		color: #ffffff;
		text-align: center;
	}
	#navigation a.current:hover {
		display: list-item;
		background: #49c8fb;
		color: #000000;
		text-decoration: none;
		text-align: center;
	}