http://www.crestedbuttecomputers.com/dev/unitedstatesfittings/
If you try to click on the custom menu widget in the left sidebar the clickable area for each menu item is directly BELOW the item and not on the actual text of the item?
Hey ewingmh!
Add this to your custom CSS.
#top .sidebar_left .widget_nav_menu ul ul li:before {
width: 10px !important;
}
Regards,
Elliott