.menuWrapper {              position: absolute; display: block; visibility: hidden;              border-style: solid; border-width:0px 1px 1px 1px; border-color: #EFEFEF #505050 #505050 #EFEFEF;              width: 180px; padding: 1px;              background-color: #CEDEFF;             }.menuItem    {              position: absolute; display: block; left: 0px;              border-top: 1px solid #EFEFEF; border-bottom: 1px solid #505050;               font-family: Verdana, sans-serif; font-size: 10px; font-weight: normal; line-height: 1.4em; text-decoration: none;              width: 178px; height: 1.8em;              color:#ffffff; background-color:#3775a6; cursor:hand; padding-left:10px;             }.menuItemOn  {              position: absolute; display: block; left: 0px;              border-top:1px solid #EFEFEF; border-bottom:1px solid #505050;               font-family: Verdana, sans-serif; font-size: 10px; font-weight: normal; line-height: 1.4em; text-decoration: underline;              width: 178px; height: 1.8em;              color:#ffd700; background-color:	#374d86;/*deepskyblue*/ cursor: hand; padding-left:10px;             }A:link.menuItem, A:visited.menuItem {              font-family: Verdana, sans-serif; font-size: 10px; font-weight: normal; line-height: 1.4em; text-decoration: none;              color:#ffffff; cursor:hand;             }A:link.menuItemOn, A:visited.menuItemOn {              font-family: Verdana, sans-serif; font-size: 10px; font-weight: normal; line-height: 1.4em; text-decoration: underline;              color:#ffd700; cursor: hand;             }.menuImg A {              font-family: Verdana, sans-serif; font-size: 10px; font-weight: normal; line-height: 1.4em; text-decoration: none;              color:#ffffff; cursor:hand;             }
.menuImgHilite A:link,.menuImgHilite A:visited,.menuImgHilite A:hover,.menuImgHilite A:active
{
	font-weight: bold;
	font-size: 10px;
	cursor: hand;
	color: #ffd700;
	line-height: 1.4em;
	font-family: Verdana, sans-serif;
	text-decoration: underline;
}
table.mainMenu
{
	border-style: solid none; border-color: #ffffff; border-width: 1px; border-collapse: collapse;
	width: 100%; height: 20px; background-color: #374d86; 
	font-family: Verdana; font-size: 10px; font-weight: bold; font-style: normal; font-variant: normal; 
	line-height: 18px; color: #ffffff; text-indent: 10px; text-align: left; vertical-align: middle; text-decoration: none;
}

td.menuImg
{
	border-style: none solid; border-width: 1px; border-color: #ffffff; /*#FFD700;*/
	padding: 1px; cursor: hand; 
}

td.menuImgHilite
{
	border-style: none solid; border-width: 1px; border-color: #ffffff; /*#FFD700;*/
	padding: 1px; cursor: hand;
	background-color: #3775a6;
}

td.menuImg a:link, td.menuImg a:visited
{
	font-family: Verdana; font-size: 10px; font-weight: bold; font-style: normal; font-variant: normal;
	line-height: 12px; color: #ffffff; letter-spacing: 0px; text-decoration: none;
}

