This works in versions 3.6.x (I'm running 3.6.2), however their is a modification that needs to be made in the template if you use the UP template. ONLY THE UP TEMPLATE. Down is as it should be.
The actual template name is: menucontrol-developeraddonup
The code at the beginning looks like this
Code:
<!-- Menu Control - Version 1.3 - Created by Marky (MgArcade.com) | addon by Develober -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-top-width:0px">
The correct version should be this, just so it doesn't have the double line at the bottom.
Code:
<!-- Menu Control - Version 1.3 - Created by Marky (MgArcade.com) | addon by Develober -->
<div align="center">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center" style="border-bottom-width:0px">
See
RED text as that's the only difference.
So, style="border-top-width:0px" should be changed to style="border-bottom-width:0px"