Need Help In The Menu Of Lightspeed Pos Site. To Show All Categories Like One By One Not All In One Link Like Products.

Hi Guys !

I am really new here just wanted help. I have been working on a job and i need to have same top menu or main menu exactly like (www shopbop com) has. Please help me. I have been working on this job and fixed all other problems but this seems impossible for me but not for you guys.

I am using LightSpeed POS for my site which only have 2 themes. So i have added image slider but now i want to have my own menu. Because LightSpeed’s onw menu have all categories in one link which is Products in main menu but i want to remove that and Add all categories in main menu like Home Women Men Kids and then their subcategories.

Here is the Navigation file Which is PHP. I have also attached original file too.

<div id="headerimagebg" class="span12 subpage-header">

&lt;div id=&quot;menubar&quot; class=&quot;row-fluid&quot;&gt;


	&lt;div id=&quot;menubarinner&quot;&gt;


			&lt;div class=&quot;span2 menutab products&quot;&gt;


				&lt;?php &#036;this-&gt;widget('application.extensions.wsmenu.wsmenu', array(


					'categories'=&gt; Category::GetTree(),


					'menuheader'=&gt; Yii::t('global','Products'),


					'showarrow'=&gt;true,


				)); //products dropdown menu ?&gt;


			&lt;/div&gt;


		&lt;div class=&quot;span10&quot;&gt;


			&lt;?php if (count(CustomPage::model()-&gt;toptabs()-&gt;findAll()))


				&#036;this-&gt;widget('zii.widgets.CMenu', array(


				'id'=&gt;'menutabs',


				'itemCssClass'=&gt;'menutab menuheight menuunderline span'.round(12/count(CustomPage::model()-&gt;toptabs()-&gt;findAll())),


				'items'=&gt;CustomPage::model()-&gt;toptabs()-&gt;findAll()


			)); ?&gt;


		&lt;/div&gt;


	&lt;/div&gt;


&lt;/div&gt;&#60;&#33;-- menubar --&#62;





&lt;div class=&quot;clearfix&quot;&gt;&lt;/div&gt;

</div>

Please help me i will be really really thankful to that person who will solve me problem. Sorry for my English.

bump

Bump