#lang-wrapper {
	width: 0px;
	margin: 0 auto;
	float: right;
	position: relative;
	right: 620px;
	top: 79px;
}

code.text-badge {
	background-color: #00007f;
	color: white;
	font-family: Tahoma;
	margin: 0 8px 0 8px;
	padding: 0 2px 0 2px;
}

#langmenu {
	font-family: Tahoma;
	font-size: 8pt;
	list-style: none;
	padding: 0 0px;
}

#langmenu a {
	position: relative;
	top: 4px;
	color: #000000;
	text-decoration: none;
	font-size: 9pt;
}

#langmenu > li {
	float: left;
	height: 29px;
	width: 115px;
	margin-top: 0pt;
	margin-bottom: 0pt;
	position: relative;
	background: url(../images/header-background.gif) repeat-x;

	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-top: 1px solid #cecece;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
}

#langmenu > li > a {
	text-shadow: 0 1px 2px #fff;
	font-weight: 700;
	/* padding: 0px 7px 0px 7px; */
	/* display: block; */
	color: #000000;

	padding: 0px 20px 0px 10px;
	background: url(../images/dropdown.png) no-repeat right center;
}

#langmenu > li > ul {
	position: absolute;
	top: 27px;
	left: 0px;
	width: 105px;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-left: 1px solid #505050;
	border-right: 1px solid #505050;
	border-bottom: 1px solid #505050;
	padding: 10px 10px 10px 0px;
	display: none;
	background: #f6f6f6;
	z-index: 1000;
}

#langmenu > li:hover > a {
	background: url(../images/dropdown-over.png) no-repeat right center;
	color: rgb(168, 39, 9);
}

#langmenu > li:hover > ul {
	display: block;
}

#langmenu li ul li {
	float: left;
	width: 115px;
	list-style: none;
	margin: 0 5px 7px 0;
	padding: 0 0 3px 0;
}

#langmenu li ul li a {
	font-size: 9pt;
	font-weight: bold;
	display: block;
	padding: 2px 0px 2px 0px;
}

#langmenu li ul li a:hover {
	color: #ffffff;
	padding: 2px 0px 2px 0px;
	background: url(../images/par-head.png) repeat-x;
}
