/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.bevelmenu{
font: bold 13px arial;
padding: 6px 0;
margin: 0;
width: 100%;
background-color: #ffdbdb;
text-align: center; /*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu li{
list-style: none;
display: inline;
background-color: #ffdbdb;
}

.bevelmenu li a{
padding: 3px 0.5em;
text-decoration: none;
color: #ffffff;
background-color: #993366;
border: 2px solid #ffdbdb;
}

.bevelmenu li a:hover{
color: #ffffcc;
background-color: #993366;
border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}