
TD.onMenuOption {
	background-color: #3232DC;
	cursor: pointer;
	font-family: tahoma;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}

TD.offMenuOption {
	background-color: #0C0CB6;
	font-family: tahoma;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}

TABLE.subMenu {
	width: 100px;
	background-color: #0000FF;
	border: 0;
}

TD.offSubMenuOption {
	background-color: #0C0CB6;
	font-family: tahoma;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}

TD.onSubMenuOption {
	background-color: #3232DC;
	cursor: pointer;
	font-family: tahoma;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}

TD.separator {
	width: 1px;
	background-color: #000000;
}
