.menuHeadTD {
	background-color: #929295;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Tahoma, Helvetica, sans;
	letter-spacing: 1px;
	padding: 2px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	border: 1px solid black;
	border-left: 0;
}



.subMenus {
	position: absolute;
	visibility: visible;
	border: 1px solid black;
	border-top: 0;
	border-bottom: 3px solid #999999;
	padding: 5px;
	font-size: 11px;
	font-family: Arial, Tahoma, Helvetica, sans;
	background-color: #f2f2f5;
	background-image: url('images/transparentbg.gif');
	margin-top: -3px;
	padding-bottom: 10px;
	z-index: 3;
}

.menuIndented {
	font-size: 11px;
	margin-left: 20px;
	font-weight: normal;
}

/*
SET WIDTHS ON SUBMENUS
*/

#menu1 { width: 100px; }	/* Home */
#menu2 { width: 300px; }	/* Interference Concerns */
#menu3 { width: 200px; }	/* Health Concerns */
#menu4 { width: 175px; }	/* EMF in Facilities */
#menu5 { width: 180px; }	/* Mitigation Solutions */
#menu6 { width: 150px; } /* FMS Services */
#menu7 { width: 280px; } /* FMS Projects */
#menu8 { width: 100px; }	 /* About FMS */
#menu9 {  }				/* Resources & Links */


/*
Rollover Text
*/
.menuDescriptorText {
	font-family: Tahoma, Arial, Helvetica, sans;
	font-size: 11px;
	padding-left: 28px;
	color: #D6D6FF;
	background-color: #333;
	background-image: url('images/rollovertext_bg.gif');
	background-repeat: no-repeat;	
	background-position: 0 0;
	z-index: 3;
	padding-top: 3px;
}






a.menuHeadLink:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.menuHeadLink:active {
	color: #FFFFFF;
	text-decoration: none;
}
a.menuHeadLink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.menuHeadLink:hover {
	color: #FFFFFF;
	text-decoration: none;
}



.subMenuLink {
	display: block;
	margin: 0;
	cursor: pointer;
	/*
	padding-bottom: 1px;
	padding-top: 1px;
	*/
	z-index: 3;
}


a.subMenuLink:link {
	color: #525255;
	text-decoration: none;
}
a.subMenuLink:active {
	color: #525255;
	text-decoration: none;
}
a.subMenuLink:visited {
	color: #525255;
	text-decoration: none;
}
a.subMenuLink:hover {
	color: #FF0000;
	background-color: #fff;
	/*
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	padding-bottom: 0;
	padding-top: 0;
	*/
}
