Sorry my mistake.
The information above is correct, but incomplete. I’ve told you the line numbers where the elements where, but didn’t tell you the element’s name for you the add the properties.
Now you’ve done some changes in the CSS and things look different.
I′d recommend you to undo what you have done, if you didn’t see any results. Then to keep it simple we’ll just focus in one of your CSS files.
Edit your dropdown.css, go to to line 27, find the class ul.dropdown
ul.dropdown {
/*float:left;*/
z-index:597;
position:relative;
width:940px;
margin:0 auto;
}
1. Delete, or comment the property float:left;
2. Add the two properties bellow: (as shown above)
width:940px;
margin:0 auto;
This will fix it. I′ve tried it both times and it worked fine.
The other questions are really more about the logic your menu was built and the mystique theme itself.
I’ve never used the theme, and don’t know how was it coded.
Surely they can be fixed, but they are not easy to do remotely, since I can’t test what I’m doing without installing the theme and working on it locally.
MAC