div.langbox {
	position: relative;

	display: none;
	background-color: white;
	padding: 0;
	margin: 0;
	height: auto;
	width: auto;
	min-width: 170px;

	font-size: 14px;
}

div.langbox > ul {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000000;

	min-width: 170px;
	height: auto;

	display: block;
	background-color: white;
	border: 1px solid #c2c2c2;
	border-radius: 5px;
	padding: 0px;
	margin: 0px;

	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;				
	list-style-type: none;

	box-shadow: 0 0 2px 2px #eee;
	color: #a5a5a5;
}

div.langbox > ul > li {
	margin: 0px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 10px 0px;
	border-bottom: 1px solid #f1f1f1;
	line-height: 100%;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;				
}

div.langbox > ul > li:last-child {
	border-bottom: 0px solid #f1f1f1;
}

div.langbox > ul > li.active {
	background: url(combo-arrow.png) no-repeat 100% 50%;
}

div.langbox > ul.activated {
	/*position: absolute;
	z-index: 10000;*/
}

div.langbox > ul.activated > li.active {
	color: black;
	background: none;
}

div.langbox > ul.activated > li:first-child {
	background: url(combo-arrow-dark.png) no-repeat 100% 50%;
}
