I have quite a challenging task.
I have this menu here... http://jsfiddle.net/K2Zzh/6/
If you hover over \'treatments\', the width for the dropdown menu is s
Put the width to "li" instead of "a" , and you can use padding too
.dropdown ul li { width: auto; padding:5px; display:block; }
i think it should works