Hey there, played a lot with the things and solved most problems. I dont know, if this is correct - but as far as i can see it works
So here is what I implemented:
/* Remove arrows */
.ux-menu .ux-menu-arrow
{
background-image: none;
}
#art-main .ux-menu-container .ux-menu a
{
width: 102px !important;
}
.ux-menu-container .ux-menu a
{
border-top-style: none;
border-bottom-style: none;
border-left-style: none;
text-align: center;
color: #ee9839;
}
.ux-menu-container .ux-menu .ux-menu-sub a
{
border-top-style: solid;
border-bottom-style: solid;
}
.ux-menu-container .ux-menu a.ux-menu-link-first
{
border-left-style: none;
}
.ux-menu-container .ux-menu a.ux-menu-link-last
{
border-right-style: none;
}
.ux-menu-container .ux-menu .ux-menu-sub a.ux-menu-link-first
{
border-left-style: solid;
}
.ux-menu-container .ux-menu .ux-menu-sub a.ux-menu-link-last
{
border-right-style: solid;
}
/* Remove sub-menus borders */
#art-main .ux-menu-container .ux-menu .ux-menu-sub a
{
border-left-style: none;
border-right-style: none;
border-bottom-style: none;
border-top-style: none;
}
But the problem with the width of the submenu I cant fix. It is about 10px to short and the worst about that is, that it cuts the image.
Perhaps here someone can help. Big thanks to you.