a.mainmenu {
	font-weight:bold;
	color: #FF0000;
	text-decoration: underline;
	white-space:nowrap;
}
a.submenu {
	font-weight:bold;
	color: #0000FF;
	text-decoration: underline;
	white-space:nowrap;
}
a.activemenu {
	font-weight:bold;
	color: #00FF00;
	text-decoration: underline;
	white-space:nowrap;
}
.menutable {
	border-collapse: collapse;
	width:100%;
}
.menucell {
	valign:top;
	align=:left;
	background: #ffffff url(/template/images/menubg_off.gif) repeat-x top left;
}
.navigation {
	padding: 0px;
	margin:	0px;
	height: 100%;
	border:	1px solid #003399;
	background: #fff url(/template/images/section.jpg) no-repeat top right;
}
.navigation a,.navigation a:hover {
	padding: 4px;
	margin: 6px;
	margin-bottom: 2px;
	margin-top: 2px;
	display: block;
	color: #000000;
	border: 1px solid #FFFFFF;
	background: #fff url(/template/images/section.jpg) no-repeat top right;
}
.navigation a:hover {
	padding: 4px;
	text-decoration: none;
	color: #821517;
	background: #fff url(/template/images/buttonbar.gif) repeat-x top;
	border: 1px solid #003399;
}
.highlight {
	background: #fff url(/template/images/buttonbar.gif) repeat-x top;
	font-weight: bold;
	font-size: 11px;
	border: solid 1px #000000;
}