widget dropdown menu code

The format of the selected() function you are using is incorrect.

selected() can only be passed two variables, you are passing three. Please see this codex article for help: http://codex.wordpress.org/Function_Reference/selected

Without you pasting more of your code I cannot see how to fix your above code.