.button {
	background-image: url("/menu/menu.png");
	background-repeat: repeat-x;
	background-position: center center;
	border-bottom-color: #444444;
	border-bottom-style: solid;
	border-right-color: #444444;
	border-right-style: solid;
	border-left-color: #aaaaaa;
	border-left-style: solid;
	border-top-color: #aaaaaa;
	border-top-style: solid;
	border-width: 1px;
	padding: 5px;
	padding-left: 12px;
	padding-right: 12px;
	text-decoration: none;
	color: #000000;
	font-weight: bolder;
	font-size: 0.8em;
	font-family: sans-serif;
	width: 85px;
	text-align: center;
}

.button:hover {
	cursor: pointer;
	cursor: hand;
	background-image: url("/menu/menu_hover.png");
}

.button a {
	text-decoration: none;
	color: #000000;
}

.spacer {
	width: 30px;
}

.spacer2 {
	width: 2px;
}
