.menu {
	position: absolute;
	left: 5px;
	top: 120px;
}

.menu a {
	width: 182px;
	height: 32px;
	display: block;
	color: #800000;
	background: url('../images/button1.gif') no-repeat left top;
	/*
	font-family: cursive;
	*/
	font-family: Papyrus, cursive, "Trebuchet MS";
	font-size: 11px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
}

.menu a:visited {
	background: url('../images/button1.gif') no-repeat left top;
	color: #800000;
}

.menu a:hover {
	background: url('../images/button2.gif') no-repeat left top;
	color: #FF0000;
	font-weight: bold;
}

.menu a:active {
	background: url('../images/button3.gif') no-repeat left top;
	color: #808080;
	font-weight: bold;
}

