.menu A,
.menu A:hover,
.activeMenu A,
.activeMenu A:hover
{
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.menu A
{
	color: #000000;
}
.menu A:hover
{
	color: #000000;
	text-decoration: underline;
}
.activeMenu A,
.activeMenu A:hover
{
	color: #990000;
}
.delimiter
{
	border-right: 2px silver solid;
}
