Center Menu CSS
		Hey,
I'm trying to center my menu and the CSS I found in these forums aren't working. Here is the last code I tried:
#header #mainmenu ul {
    margin: 0;
    padding-top: 2px;
    text-align: center;
}
#header #mainmenu ul li {
    display: inline-block;
    float: none;
    text-align: center;
}
#header #mainmenu ul li a {
    border-bottom: 10px solid #fff;
}
#header #mainmenu ul ul li a {
    border-bottom: none;
}
My site is http://www.originalbudsugar.com	
	
