td.menuNormal
{
padding: 0px;
height:20px;
color: white;
vertical-align: middle;
background-color: #173b62;/*dc691c Orange*/
}

td.menuHover
{padding: 0px;
height:20px;
color: #173b62;/*dc691c Orange*/
font:12px Arial, Verdanan, "Tahoma bold";
vertical-align: middle;
/*remove the following line for drop-down menu with images*/
background-color:#eeeeef; /*#eeeeef   lt white*/
}

div.menuNormal
{display: none;
position: static;
z-index:200;}

div.menuHover
{
border:1px solid #ffffff;
background-color:#eeeeef; /*#eeeeef   lt white*/
font:12px Arial, Verdana, "Tahoma bold";
display: inline;
position: absolute;
}

div.menuHover span.menuitem a
{
	text-decoration: none;
	text-align:left;
	text-indent:3px;
	width:100%;
	border-bottom: 1px solid white;
	border-right:1px solid white;
	padding:1px;
	height:20px;
	color:#e0e0e2;/*#282848   blue txt*/
	display: block;
	background-color:#20538a; /*THIS IS NEW BLUE= 20538a     *#fcc351 light orange */
}


div.menuHover span.menuitem a:hover
{
	display: block;
	text-decoration: none;
	width:100%;
	height:20px;
	text-align:left;
	text-indent:3px;
	background:none;
	color: #18661b;/*THIS IS NEW GREEN COLOR= 18661b  #dc691c =OLD orange*/
	background-color:#ddffce; /*#eeeeef   lt white*/
	}


