//function showCountryList() {
//	jQuery(this).find('ul').show();
//}

//function hideCountryList() {
//	jQuery(this).find('ul').hide();
//}



//jQuery("#countryListBox").hover(showCountryList, hideCountryList);


