#languagePicker {
	padding: 0px; 
	margin: 10px 0px 0px; 
	font-size: 9px; 
	width:758px;
	text-align:right;
	position:absolute;
	top:5px;
}
#languagePicker A {
	color: #585858
}
#languagePicker A:link {
	text-decoration: underline
}
#languagePicker A:visited {
	text-decoration: underline
}
#languagePicker S:active {
	text-decoration: underline
}
#languagePicker A:hover {
	text-decoration: none
}

#countryPicker {
	padding: 0px; 
	font-size: 10px; 
	z-index: 100; 
	position: absolute; 
	display: none; 
	top: 33px; 
	margin-left:612px;	
	width: 150px; 
}
#countryPicker UL {
	padding: 0px; 
	margin: 0px; 
	border-top: #dedede 1px solid
}
#countryPicker LI {
	padding: 0px; 
	margin: 0px; 
	border: #dedede 1px solid;  
	border-top: 0; 
    list-style-type: none;
}
#countryPicker LI A {
	padding-right: 4px; 
	padding-left: 4px; 
	padding-top: 3px; 
	padding-bottom: 3px; 
	display: block;  		 
	color: #777; 
	background-color: #f5f5f5; 
	text-decoration: none
}
#countryPicker LI A:hover {
	text-decoration:underline;
}	

#countryPicker .usa {
	background: url(../_images/flags/flag_usa.gif) no-repeat 98% 50% #F5F5F5;
	}

#countryPicker .canada{
	background: url(../_images/flags/flag_canada.gif) no-repeat 98% 50% #F5F5F5;
	}
	
#countryPicker .uk{
	background: url(../_images/flags/flag_gb.jpg) no-repeat 98% 50% #F5F5F5;
	}

#countryPicker .australia{
	background: url(../_images/flags/flag_aus.jpg) no-repeat 98% 50% #F5F5F5;
	}
