

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

.bevelmenu{
font:12px Trebuchet MS;
padding: 5px 0;
margin: 0;
width: auto;
height:27px;
background-color: #9BBE00;
text-align: center; /*set value to "right" for example to align menu to the right of page*/
}

.bevelmenu li{
list-style: none;
display: inline;
height:27px;
}

.bevelmenu li a{
padding: 3px;
text-decoration: none;
color: white;
height:27px;
background-color: #9BBE00;
border: 2px solid #9BBE00;
}

.bevelmenu li a:hover{
color: white;
background-color: #9BBE00;
border-style: outset;
}

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

