Telerik Menu for ASP.NET MVC supports right-to-left languages.
The only necessary change to enable this mode is to add a t-menu-rtl class to the menu:
<%= Html.Telerik().Menu()
.Name("Menu")
.HtmlAttributes(new { @class = "t-menu-rtl" })
...
%>