Firstly from your Joomla administration navigate to Menus -> [YourMenu] and take note of the ID of the menu item you wish to change.
Next paste the following in to your templates Custom CSS field...
#hornav li.item-482 > a:hover, #hornav li.active.item-482 > a, .item-482 a.mainMenuParentBtnFocused {
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.32), 0 -6px 0 #6D0200 inset;
}
Where 483 is your menu item ID and #6D0200 is your border color.
Ciarán