#menuBarDiv{
}
.nameCss, .separatorCss, .specFuncCss{
	font-family:"Arial";
	font-weight:bold;
	font-size:9pt;
	border-width:1;
	border-style:solid;
	border-color:#aaaaaa;
	padding:2 8 2 8;
	cursor:default;
	background-color:DARKBLUE;
	color:WHITE;
}
.separatorCss{
	border-width:0;
	height:2;
	font-size:1pt;
}
.specFuncCss{
	color:#990000;
}
.noPadding{
	padding:0 0 0 0;
}
.arrowCss, .keyCss{
	text-align:right;
	width:20;
}
.arrowCss{
	font-weight:bold;
	color:NAVAJOWHITE;
}
.keyCss{
	font-family:'courier new':
	font-size:8pt;
	font-weight:normal;
	color:#444444;
}
