div.menubar {
 width: 82%;
 margin-left: 152px;
 padding: 4px 2px 4px 2px;
 font: bold 0.8em arial,helvetica,sans-serif;
 color: blue;
 text-align: center;
 text-decoration: none;
 border-top: #ff9 2px solid;
 border-right: #777 2px solid;
 border-bottom: #777 2px solid;
 border-left: #ff9 2px solid;
 background: #fd0;
}

div.menubar a.button {
 margin: 1px 0 1px 0;
 padding: 1px 4px 1px 4px;
 line-height: 160%;
 border-top: #fd0 1px solid; 
 border-right: #fd0 1px solid;
 border-bottom: #fd0 1px solid;
 border-left: #fd0 1px solid;
}

div.menubar a.button:hover {
 color: blue;
 border-top-color: #ff9;
 border-right-color: #993;
 border-bottom-color: #993;
 border-left-color: #ff9;
}

div.menubar a.active {
 left: 1px;
 top: 1px;
 background: #777;
 color: #fff;
 border-top-color: #333;
 border-right-color: #ff9;
 border-bottom-color: #ff9;
 border-left-color: #333;
}

div.menubar a.active:hover {
 top: 1px;
 left: 1px;
 background: #777;
 color: #fff;
 border-top-color: #333;
 border-right-color: #ff9;
 border-bottom-color: #ff9;
 border-left-color: #333;
}
