Change width of sub-menu

How do I change the width of the submenu?

I've added the following CSS, but it's not working.

#Top_bar .menu li ul li {
    width: 240px !important;}
   

Comments

Sign In or Register to comment.