td.rootMenuNormal {
	font-weight: normal;
	color: #077705;
	padding-top:3px;
	}
td.rootMenuHover {
	font-weight:normal;
	color: #077705;
	padding-top:3px;	
	/*remove the following line for drop-down menu with images*/
	}

td.menuNormal {
	font-weight: normal;
	margin: 0px;
	padding: 4px 10px 2px 15px;
	color: #077705;
	vertical-align: middle;
	word-wrap: break-word;
	word-break:keep-all;
	}
td.menuHover {
	font-weight:normal;
	margin:0px;
	padding: 4px 5px 2px 15px;
	color: #015501;
	vertical-align: middle;
	/*remove the following line for drop-down menu with images*/
	background-color: #019901;
	word-wrap:break-word;
	word-break:keep-all;
	}
td.space {
	width: 14px;
	}
div.menuNormal {
	display: none;
	position: static;
	}
div.menuHover {
	border: 1px solid #EBFDE7;
	background-color: #015501;
	display: inline;
	position: absolute;
	padding:0px;
	float:left;
	}