@CHARSET "UTF-8";


.meta {
	background-color: #6b6b6b;
	color: #ffffff;
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 36px;
	z-index: 36;
}

.meta a {
	color: #ffffff;
	text-decoration: none;
}

.meta a:hover, .meta a.active {
	color: #b4b4b4;
}

.meta > .metaContent {
	position: relative;
}

.meta .metaContent .logo {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 38;
}

.meta > .metaContent > .metaMenu {
	position: absolute;
	list-style-type: none;
	left: 154px;
	top: 9px;
}

.metaMenu > li {
	float: left;
	margin-left: 27px;
}

.metaMenu > li:first-child {
	margin-left: 0px;
}

.meta > .metaContent > .metaLang {
	position: absolute;
	list-style-type: none;
	right: 10px;
	top: 0px;
}

.metaLang > li {
	float: left;
}

.metaLang > li > a {
	display: block;
	padding-top: 9px;
	height: 27px;
	width: 34px;
	vertical-align: middle;
	text-align: center;
}


.metaLang > li.active > a:hover {
	color: #ffffff;
	cursor: default;
}

.metaLang > .active {
	background-color: #e1002e;
}

.metaLang > li > a > .vertical {
	display: inline-block;
	width: 34px;
	border-right: 1px solid #f1f1f1;
}