.menu a {
	display:block;
	width:86px;
	height:15px;
	background-image: url(/images/button.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	text-decoration: none;
	color: #000000;
	background-repeat: no-repeat;
}
.menu a:hover {
	display:block;
	width:86px;
	background-image: url(/images/button_roll.gif);
	color: #333333;
	text-decoration: none;
	background-repeat: no-repeat;
}

.menu-active a {
	display:block;
	width:86px;
	height:15px;
	background-image: url(/images/button_active.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	text-decoration: none;
	color: #000000;
	background-repeat: no-repeat;
}
.menu-active a:hover {
	display:block;
	width:86px;
	background-image: url(/images/button_active_roll.gif);
	color: #333333;
	text-decoration: none;
	background-repeat: no-repeat;
}
