ul.localeSelector
{
	position: relative;
    list-style: none;
	margin: 0;
	line-height: 16px;
}

ul.moreLanguageList {
	list-style: none;
	position: absolute;
	right:0;
	background-color: #232323;
	margin: 0;
	padding: 0;
	display: none;
	float: right;
	border: 1px solid #111;
	width: 250px;
	z-index: 50;
}

ul.localeSelector li {
	float: left;
}
ul.localeSelector li.moreLocales {
	clear:both;
	float:none;
}

ul.localeSelector li span {
	line-height: 29px;
	padding-left: 20px;
	padding-right : 2px;
	margin-left: 2px;
	background-repeat: no-repeat;
}

ul.localeSelector li.moreLocales span {
	line-height: 35px;
}

ul.localeSelector li.highlight {
	background: #454545;
	cursor: pointer;
}

ul.moreLanguageList li {
	width: 250px;
}

li.moreLocales > span{
	padding-left : 2px !important;

}