OK I have figured it out... I edited the stylesheet_header_menu.css and changed this part of it.
Code:
/* Firefox Setting for Width */
width:14.280%;
/* IE Setting for Width */
*width:14.290%;
}
The two width's in this code. I added the comments because changing one I found out didn't do anything for the other browser. so I had to change both of them to get it to look nearly the same in both types of browsers. Don't change this width here or it will actually decrease the entire width of the navagation bar instead of the actual links on it. Thanks for everyone's help especially yours Jade much appreciated for your time and patiences.
Code:
div#dropMenu {
width:100%;
margin:0 auto;
text-align:center;
Bookmarks