Basically you have forgotten to give most of the options a value, so they are called "Country Name" but have the value of "" (nothing). In order to fix it, you are going to have to give each country a value.
Also, you have given the drop down menu 2 id's, only one is needed, the "name", or the "id".
Chris