.bevelmenu{
font: bold 15px arial;
padding: 6px 0;
margin: 0;
width: 100%;
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: #911B13;
background-color: none;
border: 0px solid #FFF2BF;
}

.bevelmenu li a:hover{
color: #FFE271;
background-color: none;
border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

.bevelmenu2{
font: 12px arial;
padding: 6px 0;
margin: 0;
width: 100%;
text-align: left; /*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu2 li{
list-style: none;
display: inline;
}

.bevelmenu2 li a{
padding: 3px 0.5em;
text-decoration: none;
color: #911B13;
background-color: none;
border: 0px solid #FFF2BF;
}

.bevelmenu2 li a:hover{
color: #911B13;
background-color: #FFE271;
border-style: outset;
}

html>body .bevelmenu2 li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}