#navigation ul {
	width: 180px;
	background: #555;
}

#navigation a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0 15px;
	line-height: 2.5;
	font-weight: bold;
	border-top: 1px solid #fff;
}

#navigation a:hover {
	background: #333;
}

#navigation_current {
	background: #DFF0F0;
	color: #333;
}

