Do spry sub menus need to be vertical?
is there a way to edit the css to look like the menus on this site?
Change the following rule to
ul.MenuBarHorizontal ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-size: 100%;
z-index: 1020;
cursor: default;
width: 800px; // or something similar
position: absolute;
left: -1000em;
}