hi to all , i have a problem with mod_main menu. i want to customize main menu on left side according to given html
<li style=" background-color:#73B2DD;">Partnership and Grant Management</li>
<li style=" background-color:#90C3E4;">Research, plicy and strategy analysis</li>
<li style=" background-color:#73B2DD;">Program design, development and implementation</li>
<li style=" background-color:#90C3E4;">Project Management - MIS design</li>
<li style=" background-color:#73B2DD;">Governance and Institutional Development</li>
<li style=" background-color:#90C3E4;">Training & Capacity Building</li>
<li style=" background-color:#73B2DD;">System Design, development and implementation</li>
<li style=" background-color:#90C3E4;">Resource Mobilization</li>
<li style=" background-color:#73B2DD;">Documentation</li>
<li style=" background-color:#90C3E4;"></li>
so plz help me how to customize helper.php in mod_mainmenu?
i am using this condition
if($params->_registry['_default']['data']->menutype=='left-menu')
{
}
bt how to add <li></li>
style according to html?
thanks in advance...