Ok, thanks. The background is not transparent but the menu is out of the box as you got too many items to fit them all in header along with menu. What you need to do is move one of your items under sub-menu and use the following css to decrease padding between menu items:
#Top_bar .menu > li > a span:not(.description) { padding: 0 5px !important; }
Comments
please send us link to page where you got it first.