If you are talking about the html select element (I believe that’s what asp generates a DropDownList in html) then you can’t centre the text in the dropdown (at least not cross-browser - Firefox will centre with text-align:center but Chrome will not).
If you want the actual select centred (not the text only) then add display:block and margin:auto to the select element.