div#header{position:relative; z-index:1;}

div#header ul#CountryRegion{
	position:absolute;
	left:610px;
	*left:620px;
	top:31px;
	*top:29px;
	width:100px;
	list-style:none;
	text-align:left;
}

body:first-of-type div#header ul#CountryRegion{
	left:620px;
}

div#header ul#CountryRegion a{
	color:#000;
	text-decoration:none;
}

div#header ul#CountryRegion a:hover{
	color:#000;
	text-decoration:underline;
}

div#header ul#CountryRegionSelector{
	position:absolute;
	border:1px solid #666;
	visibility:hidden;
	overflow:auto;
	list-style:none;
	text-align:left;
	background:#fff;
}

div#header ul#CountryRegionSelector a{
	background:#fff;
	padding:3px 10px;
	width:63px;
	color:#333;
	text-decoration:none;
	display:block;
	border-bottom:1px solid #ddd;
}

div#header ul#CountryRegionSelector a:hover{
	background:#ccc;
}

div.headerRight ul.headerNavigation01{
	margin:0 125px 0 0;
}

