TABLE.menu {
	VISIBILITY: hidden; 
	CURSOR: pointer; 
	POSITION: absolute;
}
#mainmenu {
	POSITION: static;
}
TABLE.menu TD {
	COLOR: #000000; 		/* Must be the same as tdBgColor in MScript.js */
	BACKGROUND-COLOR: #ffffff;	/* Must be the same as tdBgColor in MScript.js */
	BORDER-RIGHT: 0px; 
	BORDER-TOP: 0px; 
	BORDER-LEFT: 0px; 
	BORDER-BOTTOM: 0px; 
	PADDING-RIGHT: 8px; 
	PADDING-LEFT: 8px; 
	PADDING-BOTTOM: 2px; 
	PADDING-TOP: 0px; 
	FONT-SIZE: 90%; 
	FONT-FAMILY: Arial; 
	WHITE-SPACE: nowrap;
	font-weight: bold;

}
#company_sub {
	position:absolute;
	width:auto;
	height:91px;
	z-index:7;
	left: 8px;
	top: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	visibility: hidden;
}
#serv_sub {
	position:absolute;
	width:132px;
	height:103px;
	z-index:6;
	left: 88px;
	top: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	visibility: hidden;
}
#govt_sub {
	position:absolute;
	width:128px;
	height:34px;
	z-index:4;
	left: 166px;
	top: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	visibility: hidden;
}
.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #9BADD3;
	/* padding: 5px; -- to fix a bug in Firefox, CSS padding has been replaced with the technique of adding two columns on either side and setting table cell margins to 4, padding to 1   */
}
#sub_wrapper {
	position:absolute;
	height:145px;
	margin-left:-266px;
	top: 236px;
	visibility: visible;
	z-index: 2;
	left: 50%;
	width: 464px;
}
#mainmenu a:link {
	color: #000000;
	text-decoration: none;
}
#mainmenu a:hover {
	background-color: #9BAED3;
	text-decoration: none;
}
#mainmenu a:visited {
	color: #000000;
	text-decoration: none;
}
.submenu a:link {
	color: #000000;
	text-decoration: none;
}
.submenu a:visited {
	color: #000000;
	text-decoration: none;
}
.submenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.submenu a:active {
	color: #FFFFFF;
	text-decoration: none;
}
