I would like to move the following navigation bar to the horizontal center, but don't know how!? Any idea?
ul {
list-style-type: none;
padding-left: 350px;
padding-top: 30px;
}
li a {
display: block;
color: #ffffff;
padding: 10px 15px 10px 15px;
text-decoration: none;
font-size: 15px;
border-left: 1px solid #FEDD19;
float: left;
}
li a:hover {
color: #000000;
background-color: #FEDD19;
}