#body .archive {
	float: left;
	width: 200px;
	background: #e2e1dd;
	border-bottom: 3px solid #4D4E53;
	font-size: 15px;
	line-height: 18px;
	z-index: 2;
	margin-top: 104px;
}
#body .archive h2{
	background-color: #4d4e53;
	color: #E2E1DD;
	font-family: "Times New Roman",Times,serif;
	font-size: 16px;
	line-height: 25px;
	font-weight: normal;
}
#body .archive h2 span{
	display: inline-block;
	padding: 7px;
}
#body .archive ul {
	padding: 10px 0;
}
#body .archive li {
}
#body .archive li.current, #body .archive li:hover {
	background: #fff url("../images/layout/icon.arrow.yellow.right.png")/*tpa=http://www.kempinskis.com/themes/corporate/images/layout/icon.arrow.yellow.right.png*/ no-repeat 180px 8px;
}
#body .archive li a {
	display: block;
	padding: 4px 10px;
	color: #666;
}
#body .archive li.current a, #body .archive li:hover a {
}