td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}

#FWTableContainer2 {
/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	position:absolute;
	margin-left:135px;
	width:186px;
	text-align:left;
}

#MMMenuContainer2_0 {
/* This ID is related to the master menu div for menu MMMenuContainer2_0 and contains the important positioning information for the menu as a whole */
	position:relative;
	left:0px;
	top:-3px;
	_top:-5px;
	/*visibility:hidden;*/
	display: none;
	/*z-index:300;*/
}

#MMMenu2_0 {
/* This class defines things about menu MMMenu2_0's div. */
	position:relative;
	left:0px;
	top:0px;
	/*visibility:hidden;*/
	display: none;
	}

.MMMIFVStyleMMMenu2_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu2_0 */
	border: none;
	}

.MMMIVStyleMMMenu2_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu2_0 */
	border: none;
	}


#MMMenuContainer2_0 a {
/* Controls the general apperance for menu MMMenuContainer2_0's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	text-align:left;
	vertical-align:middle;
	padding: 2px 2px;
	background-color:#999999;
	font-weight:bold;
	font-style:normal;
	display:block;
	position:relative;
	margin-top:2px;
	width: 182px;
	_width: 186px;
}

#MMMenuContainer2_0 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer2_0 */
	color:#ffffff;
	background-color:#767676;
}


