﻿.bevelmenu1{
font: bold 12px arial;
padding: 6px 0;
margin: 0;
width: 348px;
background-color: White;
}

.bevelmenu1 li{
list-style: none;
display: inline;
}

.bevelmenu1 li a{
padding: 3px 0.5em;
text-decoration: none;
color: white;
background-color: #990033;
border: 2px solid Gray;
}

.bevelmenu1 li a:hover{
color: white;
background-color: #666633;
border-style: outset;
}

html>body .bevelmenu1 li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

