see the image please. My site is located here

after shifting the domain, menu has messed up…I want to hide root category and I want to show sub categories as main menu. I want the sub sub categories as drop down menu ( these are already dropdown)
can somebody guide me how I can do it?
any help please?
There may be a couple of reasons for this to happen.
Reason 1 – incorrect category structure
Reason 2 – Theme changes
Find the section that starts with the this block opening:
<block type="page/html_header" name="header" as="header">and then check inside it for info about what template renders your menu. In the case below it’s page/html/topmenu.phtmlThe theme you are using may be using a custom navigation template.
Check the template which renders the top navigation:
(app/design/frontend/PACKAGE/THEME/template/page/html/topmenu.phtml).
The code should be as below: