Hi Pavel,
We fixed the CSS for you about on mouse hover the menu items only show border color not the sub-menu items.
/* Menu Items On Hover Border Color */
#menu-primary-menu a:hover
{border-bottom: 3px solid #ededed;
padding-bottom: 5px;}
/* On Hover Border Color Not To Apply In Sub-Menu Items */
#menu-primary-menu .sub-menu a:hover
{border-bottom:none;}
I hope this helps for you.
Best Regards,