

body
{
background: #F9F9F7 url('images/margaritabg.bmp') repeat-x;
font-size: 11px;
font-family: "trebuchet ms", helvetica, sans-serif;
color: #8C8C73;
line-height: 18px;
}

<style type="text/css">


.bevelmenu{
font: bold 13px arial;
padding: 6px 0;
margin: 0;
width: 100%;
background-color: #E7E97B;
text-align: left; /*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
padding: 3px 0.5em;
text-decoration: none;
color: #E7E97B;
background-color: #2EB800;
border: 2px solid #E7E97B;
}

.bevelmenu li a:hover{
color: #2EB800;
background-color: #E7E97B;
border-style: outset;
border: 2px solid #2EB800;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
</style>