﻿#LanguageSwitcher {
	height:25px;
	padding-left:270px;
	margin:0;
	position:absolute;
	left:20px;
	top:15px;
	width:50px;
	list-style-type:none;
}

#LanguageSwitcher  li {
	font-size:16px;
	height:20px;

}
#LanguageSwitcher a {
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-size:16px;
	font-family: proximanova,​​Times New Roman;
	color: white;
}

#LanguageSwitcher a img { 
	border: 0px; 
	float: left; 
	margin: 5px;
}