#secondary .leftmenu {
	position: absolute;
	left: 340px;
	top: 60px;
	font-family: verdana,sans-serif;
	padding: 5px;
	text-align: left;
	list-style: none;
	border-right: 1px solid #333;
	z-index: 10;
	width: 110px;
}
#secondary .leftmenu a {
	text-decoration: none;
	color: #fff;
}
#secondary .leftmenu a:hover {
	text-decoration: underline;
}
#secondary .leftmenu a.selected {
	font-weight: bold;
}
.lang {
	float: right;
	margin: 5px;
}