td.rootMenuNormal {
	color: #E3E3E3;
	font-weight: normal;
	padding-top:0px;
	}
td.rootMenuHover {
	color: #E3E3E3;
	font-weight:normal;
	padding-top: 0px;	
	/*remove the following line for drop-down menu with images*/
	}

td.menuNormal {
	color: #E3E3E3;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
	margin: 0px;
	padding: 3px 10px 2px 32px;
	word-wrap: break-word;
	word-break: keep-all;
	}
td.menuHover {
	color: #015501;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
	margin: 0px;
	padding: 3px 5px 2px 32px;
	/*remove the following line for drop-down menu with images*/
	background-color: #c8eeff;
	word-wrap: break-word;
	word-break: keep-all;
	}
td.space {
	width: 14px;
	}
div.menuNormal {
	display: none;
	position: static;
	}
div.menuHover {
	float:left;
	display: inline;
	position: absolute;
	padding: 0px;
	border: 1px solid #addefe;
	background: url(/images1/menubg.gif);
	/*background-color: #EFEFEF;*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=145, color=#D1D3D4);*/
	}
