
#navigation {
	width: 200px;
	height: 600px;
	float: left;
	margin-bottom: 5px;
	background-color: #660000;
	border: solid 1px #000000;
}

#navigation .item {
	margin: 2px;
	padding: 2px;
}

#navigation .selected {
	font-weight: bold;
}

#navigation .subitem {
	margin-left: 10px;
}

#navigation .current {
	background-color: #00f;
}


#navigation a {
	color: #fff;
	width: 150px;
}

