﻿.bevelmenu{
font: bold 14px arial;
padding: 6px 0;
margin: 0;
width: 100%;
background-color: #CCCC99;
}

.bevelmenu li{
list-style: none;
display: inline;
}

.bevelmenu li a{
padding: 3px 0.5em;
text-decoration: none;
color: white;
background-color: #990033;
border: 2px solid Gray;
}

.bevelmenu li a:hover{
color: white;
background-color: #666633;
border-style: outset;
}

html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
#menu {
  width: 700px ;  margin-left: auto ;  margin-right: auto ;   top: 400px;   height:40px;    background-color: #CCCC99;}
#content {
  width: 900px ; margin-left: auto; margin-right: auto;   top: 320px;    background-color:White;}
