@charset "utf-8";
ul.menubar {
	border-left: #FFFFFF 3px solid;
	overflow: auto;
	padding: 0;
}
li.menubar {
	list-style-type: none;
	float: left;
}
li.menubar a {
	display: block;
	height: 20px;
	background-color: #FFF;
	color: #5c5c5c;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
	text-decoration: none;
	border-right: #FFF 3px solid;
	font-size: 12px;
	padding-left: 2px;
	padding-right: 16px;
	padding-bottom: 16px;
}
li.menubar a:hover {
	color: #ADADAD;
}
ul.langbar {
	border-left: #FFFFFF 3px solid;
	overflow: auto;
	padding: 0;
}
li.langbar {
	list-style-type: none;
	float: left;
}
li.langbar a {
	display: block;
	width: 30px;
	height: 20px;
	background-color: #FFF;
	color: #5c5c5c;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
	text-decoration: none;
	border-right: #FFF 3px solid;
	font-size: 12px;
	padding-left: 2px;
}
li.langbar a:hover {
	color: #ADADAD;
}

.menu {
	height: 41px;
	float: right;
	width: 516px;
	position: relative;
	right: 0px;
	bottom: 0px;
	top: 42px;
	left: 77px;
}
.lang {
	height: 21px;
	float: right;
	width: 83px;
	position: relative;
	right: 6px;
	bottom: 0px;
	top: 18px;
}
