One small detail, you use a gradient on the menu bar, but some of your submenu items have a text that is too long and extends on two lines, causing the gradient to not match the items.
You can fix that a few different ways.
- Change the sub menu item text to make it shorter
- or increase the sub menu items lengh by adding the rule below in Advanced Options > Head Section > Custom CSS rule box
.menu_bar ul ul a {width:190px;}
- Or use a real gradient that will adapat to the item height, using the gradient option in weaver II pro, by defining a CSS gradient using Main Options > General Appearance > Background Gradient boxes