ok, but site not yet online.
Well, I somehow just need to get my top menu item flagged as “sf-menu-item-btn” in menu builder to style more like http://themeforest.net/item/atelier-creative-multipurpose-ecommerce-theme/full_screen_preview/11118909:
a.sf-button.bordered.accent {
color: #eabe12;
border-color: #eabe12;
}
.sf-button.accent {
color: #ffffff;
background-color: #eabe12;
border-color: #eabe12;
}
a.sf-button, a.sf-button:hover, #footer a.sf-button:hover {
background-image: none;
color: #fff;
}
swiftideas.com/media="all"
a.sf-button {
display: inline-block;
font-size: 12px;
line-height: 20px;
height: auto;
padding: 14px 26px;
margin: 0 10px 20px 0;
font-weight: bold;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
transition: all .3s ease-out;
border: 0;
position: relative;
overflow: hidden;
outline: 0;
text-shadow: none;
text-decoration: none;
vertical-align: middle;
letter-spacing: 1px;
max-width: 100%;
}
.accent {
color: #eabe12;
}