body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: arial, 'Gill Sans', helvetica, sans-serif;
	color: #fff;
	background-color: #000;
	text-align: center;
}

#menubar {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	height: 24px;
	width: 850px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #9ab;
}


.hbuttons a {
  display: block;
  text-decoration: none;
  text-align: center;
  font: bold 0.7em arial;
  color: #dcb;
  width: 102px;
  height: 20px;
  float: left;
  display: inline;
  margin-right: 4px;
  background-image: url(menu.gif);
  background-repeat: no-repeat;
  padding-top: 2px;
}

.hbuttons a:hover {
  background-image: url(menuover.gif);
  color: #000;
}

.hbuttons a.active {
  background-image: url(menuactive.gif);
  color: #000;  
}