
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.bevelmenu{
font: bold 14px Trebuchet MS;
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: 2px 0.5em;
text-decoration: none;
color: black;
background-color: #a8b5ae;
border: 2px solid #fff;

}

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

}

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




