.nav ul {
list-style: none;
max-width: 715px !important;
margin: 0 auto !important;
}
What do you want to make Orange? The text? the background?
]]>#primmenu {
width: 100%;
display: block;
float: left;
position: relative;
margin: 0px;
padding: 0px;
background-image: url(img/btbg20.png);
align: center;
-webkit-border-top-left-radius: 9px;
-webkit-border-top-right-radius: 9px;
-moz-border-radius-topleft: 9px;
-moz-border-radius-topright: 9px;
border-top-left-radius: 9px;
border-top-right-radius: 9px;
background-color: orange;
}
For links orange:
.nav a {
display: block;
padding: 5px 20px;
text-decoration: none;
font-weight: bold;
color: orange;
}
https://www.ads-software.com/plugins/menu-buttons/
Or search for other plugins
All the best!!
]]>