td.rootMenuNormal {
	font-size: 14px;
	text-align: center;
	height: 26px;
	padding-left: 3px;
	}
td.rootMenuHover {
	font-size: 14px;
	height: 26px;
	text-align: center;
	padding-left: 3px;
	/*remove the following line for drop-down menu with images*/
	}
td.menuNormal {
	width: 100px;
	height: 23px;
	font-size: 13px;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
	margin: 0px;
	padding: 1px 1px 2px 1px;
	word-wrap: break-word;
	word-break: keep-all;
	}
td.menuHover {
	width: 100px;
	height: 23px;
	font-size: 13px;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
	margin: 0px;
	padding: 1px 1px 2px 1px;
	/*remove the following line for drop-down menu with images*/
	word-wrap: break-word;
	word-break: keep-all;
	background: #ff0000;
	}

td.space {
	width: 14px;
	}
div.menuNormal {
	display: none;
	position: static;
	}
div.menuHover {
	float:left;
	display: inline;
	position: absolute;
	padding: 0px;
	border: 1px solid #0E9BE9;
	background: url(/images/menubg.gif);
	/*background-color: #EFEFEF;*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=145, color=#D1D3D4);*/
	}
.menu1 a:link {
	color: #4DB126;
	}
.menu1 a:visited {
	color: #4DB126;
	}
.menu1 a:hover {
	color: #ff0000;
	}