I have reviewed a number of other posts trying to correct the issue, and have a partial resolution, but am still unable to get the menu quite where I want it. Can you take a look?
www.gaineyceramics.com/dev/
Here is a link to a working menu in position 2, but I just want it above the banner image.
www.gaineyceramics.com/dev/index.php/information/green-statement
So far I have added the following code to the menu's "CSS styles" section
#header ul.ux-menu li a:link,
#header ul.ux-menu li a:visited
{
display: block;
padding: 10px 14px;
text-transform: none;
font-weight: normal;
}
#header ul.ux-menu li a.ux-menu-link-parent:link,
#header ul.ux-menu li a.ux-menu-link-parent:visited
{
display: block;
padding: 10px 24px 10px 14px;
text-transform: none;
font-weight: normal;
}
#header .ux-menu ul.ux-menu-hidden
{
display: none;
}
#header ul.ux-menu
{
right: 0;
margin: 0;
padding: 0;
}
#header ul.ux-menu-sub
{
right: 0;
margin: 0;
padding: 0;
}
#header ul.ux-menu-sub li
{
float: none;
text-align: left;
}
#header .ux-menu-container ul
{
max-width: none;
padding: 0;
margin: 0;
}