Specify CSS Class to HTML DropdownList MVC3 Razor
Below is months dropdown list having myClass as the css class name
@Html.DropDownList("months", (SelectList)ViewBag.Months, "--Select--",new { @class = "myClass" })