.menubutton a {
	display: block;
	width: 150px; height: 30px;
	margin: 0; padding: 5px 0 0 0;
	background: url("buttons/menubutton.gif") top left no-repeat;
	background-position: 0 0;
	color: #0000FF;
	font-family: "Century Gothic", arial, verdana, serif;
	font-size: 12pt;
	text-decoration: none;
	vertical-align: middle;
	font-weight: bold;
}

.menubutton a:hover {
	margin: 0; padding: 5px 0 0 0;
	background-position: -150px 0;
	color: #000000;
	background-color: transparent;
}