Traditional drop down menu is still used, and could be nice. this is an example:
http://jquery-ui.googlecode.com/svn/branches/labs/selectmenu/index.html
There are too many options, not clean i meant, there will be a lot of redundant when you applied them to website.
I have searched to get simple yet flexible plug-in for jquery select:
http://www.adamcoulombe.info/lab/jquery/select-box/
There is an error for pass value to option, you need to change to this line:
selectBoxSpanInner.text($('option:selected',this).text()).parent().addClass('changed');