I have following navigation structure, which i want to implement in wordpress:

(Home / About / news / Contact) are in top navigation, whereas all sub links are in sidebar.
How can i create this type of navigation in wordpress. i.e. How can i display first level navigation in header and second level navigation in sidebar.
Follow these steps:
add it to the theme.
Custom Menufrom leftside and add to your sidebar.
Thats all. 🙂
Check this WordPress Codex section for creating menu tutorial
Cheers!!!