How do you set the background color of an item in an HTML list?
select.list1 option.option2 { background-color: #007700; }
Option 1 Option 2