#menu {margin-left: 5px;background-color: #ffffff;color: inherit; width: auto; }

.menubutton {
  margin: 0;text-align:center;float:left;
  font-family: "trebuchet ms",helvetica,arial,sans-serif;
  font-weight: bold;
}
.filler, .menubutton a {
  display: block;padding-top:2px;padding-bottom:2px;padding-left:5px;padding-right:5px;
  /*width: 85px;*/ width: auto;
}

.menubutton a:link,
.menubutton a:visited,
.menubutton a:hover {
  text-decoration: none;
}
.filler, .menubutton a:link,
.menubutton a:visited  {
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
  border-left: 1px solid #cecece;
  border-right: 2px solid #4a4a4a;background-color: #6FA0C6;  color: #ffffff;
}


.menubutton a:hover, .menubutton #current {
  border-bottom: 1px solid #cecece;
  border-top: 2px solid #4a4a4a;
  border-right: 1px solid #cecece;
  border-left: 2px solid #4a4a4a;
color:#156099;
  background-color: #F7F4F7;
	}
	
.spec {text-align:center;}
