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

