I am trying to get the 2nd level menu items be listed horizontally (for Twenty Eleven theme on Wordpress 3.3 beta 4). I've tried modifying
#access ul li:hover > ul {
display: block; }
to display: inline-block;
but this doesn't seem to work. Any ideas on how I could accomplish this? Thank you.