.menuCell {
	border: 2px solid #040E7C;
	background-image: url('images/menu.gif');
}
A.menuText {
	text-decoration: none;
	color: #040E7C;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
}
A.menuText:hover {
	background-color: none;
	text-decoration: underline;
	color: #000000;
}

.subCell {
	border: 1px solid #040E7C;
}
A.subText {
	text-decoration: none;
	color: #040E7C;
	font-size: 12px;
	font-family: arial;
}
A.subText:hover {
	background-color: none;
	text-decoration: underline;
	color: #000000;
}
