﻿.bevelmenu{
font: bold 13px arial;
padding: 10px 0px 6px 0px;
margin: 0;
width: 100%;
background-color: #d11c26;
text-align: center; /*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;*/
padding: 3px 30px;
text-decoration: none;
color: white;
background-color: #d11c26;
border: 2px solid #98131a;
}

.bevelmenu li a:hover{
color: black;
background-color: #da5057;
border-style: outset;
}



html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
