#lang
{
	position: absolute;
	right: .2%;
/*	left: 90%; */
	top: 1%;
	width: auto;
	height: auto;
}

ul.lang_flag
{
	list-style-type: none;
	color: #339BEB;
	font-size: 85%;
}
ul.lang_flag:hover
{
	color: #999;
	text-decoration: none;
	cursor: default;
}
	ul.lang_flag ul
	{
		visibility: hidden;
		list-style-type: none;
		padding-top:0px;
		padding-left:0px;
		padding: 3px 0px 0px 0px;
	}
	
	ul.lang_flag li:hover > ul
	{
		visibility: visible;
		display: block;
		padding-top:0px;
		padding-left:0px;
		padding: 3px 0px 0px 0px;
	}
		ul.lang_flag ul li
		{
			text-decoration: none;
			color: #339BEB;
		}
		ul.lang_flag ul li:hover
		{
			text-decoration: none;
			color: white;
		}
		ul.lang_flag ul li:active
		{
			text-decoration: none;
			color: #339BEB;
		}
		ul.lang_flag ul li input[type="text"]
		{
			background-color: transparent;
			color: #339BEB;
			border: 0 solid black;
			cursor: pointer;
			padding-left: 0;
			padding-bottom: 5px;
		}
		ul.lang_flag ul li input[type="text"]:hover
		{
			color: white;
		}
		/*
		ul.lang_flag ul li img
		{
			width: 17px;
			height: 12px;
			margin-left: -27px;
			padding-right: 5px;
		}
		*/