a
{
}
a.menu:link, a.menu:visited, a.menu:active
{
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	text-decoration: none;
	background-color: #e0e0e0;
	border-style: solid;
	border-color: #e0e0e0;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-width: 5px;
	color: #000000;
}
a.menu:hover
{
	background-color: #eeeeee;
	border-color: #eeeeee;
	color: #000000;
}
