.cmainmenu:link {
        color:blue;
	font-weight:normal;
	text-decoration:none;
}
.cmainmenu:visited {
	color:blue;
	font-weight:normal;
	text-decoration:none;
}
.cmainmenu:active {
	color:#CC0033;
	font-weight:normal;
	text-decoration:none;
}
.cmainmenu:hover {
	color:#CC0033;
	font-weight:normal;
	background:#FFEEEE;
	text-decoration:none;
}
.topmenu:link {
        color:blue;
	font-weight:normal;
	/* text-decoration:none; */
}
.topmenu:visited {
	color:blue;
	font-weight:normal;
	/* text-decoration:none; */
}
.topmenu:active {
	color:blue;
	font-weight:normal;
	/* text-decoration:none; */
}
.topmenu:hover {
	color:blue;
	font-weight:normal;
	background:#FFFFFF;
	text-decoration:underline;
}
div.topmenu { font-family: courier new, courier, mono; font-size:13px; }
a span.topredmenu {
	color:red;
	font-weight:normal;
	/* text-decoration:none; */
}
.topredmenu:link {
        color:red;
	font-weight:normal;
	/* text-decoration:none; */
}
.topredmenu:visited {
	color:red;
	font-weight:normal;
	/* text-decoration:none; */
}
.topredmenu:active {
	color:red;
	font-weight:normal;
	/* text-decoration:none; */
}
.topredmenu:hover {
	color:red;
	font-weight:normal;
	background:#FFFFFF;
	text-decoration:underline;
}
div.topredmenu { font-family: courier new, courier, mono; font-size:13px; }

