navigation nopcommerce

How to change the navigation bar in nop

go to the path

theme\customemicroanalytix\views\catalog\topmenu.cshtml

@if (Model.BlogEnabled)
{
    <li><a href="@Url.RouteUrl("Blog")">APPLICATIONS & TECHNOLOGIES</a></li>
}

here, we will change APPLICATIONS to APPLICATIONS & TECHNOLOGIES