#header {
	width: 100%;
    height: 21px;
    background-color: black;
}

.earth {
    width: 15px;
    background: url(/GlobalAssets/Nestle/Globe-Grey.png) no-repeat;
    height: 21px;
    background-position-y: 2px;
    position: absolute;
    right: 80px;
}

.box-header > .lang {
    display: inline-block;
    top: 7px;
}
.box-header > .lang .selected a {
    color: inherit;
    text-shadow: none;
}
.lang .icon, .lang .label {
    display: none;
}
.headContent .lang .icon, .headContent .lang .label {
    display: block;
}
.lang ul {
    cursor: pointer;
    display: inline-block;
    line-height: 18px;
    list-style-type: none;
    margin: 0;
    min-height: 20px;
    padding: 20px 0 0;
    position: relative;
}

.lang ul > li {
    font-size: 16px;
    line-height: 1;
    padding: 2px 5px;
    text-align: right;
    white-space: nowrap;
	visibility: hidden;
	margin-top: 4px;
}

.lang:hover ul > li {
    display: block;
    visibility: visible;
}

.headContent .lang ul > li {
    white-space: normal;
}
.lang ul > li a {
    display: block;
	color: #000;
	text-decoration: none;
}
.lang ul > li.selected-hide {
    font-size: 16px;
    height: 0;
    overflow: hidden;
    padding: 0 5px 0 23px;
}
.lang ul > li.selected {
    background: #000;
    display: block;
    font-size: 16px;
    height: 16px;
    right: 0;
    line-height: 16px;
    position: absolute;
    top: 0;
	/* padding-right: 23px; */
	visibility: visible;
	
}

.lang ul > li.selected a { 
	color: lightgray;
}


.headContent .lang ul > li.selected {
    display: none;
}
.lang ul > li.selected:after {
	content: "";
	display: block;
    position: absolute;
    right: 3px;
    top: 5px;
	width: 14px;
	height: 14px;
	text-transform: none;
}
.headContent .lang ul > li.selected:after {
    display: none;
}
.lang ul > li.selected:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-weight: normal;
    text-shadow: none;
}
.lang ul > li:hover {
    background: none repeat scroll 0 0 lightgray;
}
.lang ul.open, .headContent .lang ul {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.ie8 .lang ul.open, .ie8 .headContent .lang ul {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACAQMAAACjTyRkAAAAA1BMVEUAAACnej3aAAAAAXRSTlOZyTXzhgAAAApJREFUCNdjAAIAAAQAASDSLW8AAAAASUVORK5CYII=") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.lang ul.open a, .headContent .lang ul a {
    color: #748085;
    text-shadow: 0 0 1px #000000;
}
.lang ul.open > li, .headContent .lang ul > li {
    display: block;
}
.lang ul.open > li.selected, .headContent .lang ul > li.selected {
    box-shadow: none;
    box-sizing: border-box;
    width: 100%;
}
.valoID > img { float: left; }

.lang {
    position: absolute;
    right: 10px;
    margin-top: -3px;
}

#ContactSupport a {
	color: lightgray;
	text-decoration: none;
}

