#langs {
	display: inline-block;
	margin-left: 50px;
	margin-top: 16px;
}

#langs > div {
	float: left;
	font-size: 12px;
	background: #636363;
	text-transform: uppercase;
	padding: 3px 12px;
}

#langs > div a {
	color: #fff;
	text-decoration: none;
}

#langs > div.normal {
	border-bottom: 2px solid #222;
}

#langs > div.active {
	border-top: 2px inset #222;
	color: #9c9c9c;
	background: #4a4a4a;
}

#langs > div:first-child {
	border-left: 2px inset #222;
}

#langs > div:last-child {
 	border-right: 2px inset #222;
}