#MainTableContainer { /* The master div to make sure that our popup menus get aligned correctly. */
	position:relative;
	margin:0px;
	width:840px;
	height:550px;
	text-align:left;
}
#MenuContainer { /* This ID is related to the master menu div for menu MenuContainer and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:401px;
	top:10px;
	visibility:hidden;
	z-index:300;
}
#Menu {
/* This class defines things about menu Menu's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#555555;
	border:1px solid #555555;
	width:120px;
	height:176px;
}
.MIFVStyleMenu {
/* This class determines the general characteristics of the menu items in menu Menu */
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #555555;
	border-right:1px solid #555555;
	width:120px;
	height:26px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:112px;
	height:18px;
}
.MIVStyleMenu {
/* This class determines the general characteristics of the menu items in menu Menu */
	border-top:0px;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #555555;
	border-right:1px solid #555555;
	width:120px;
	height:25px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:112px;
	height:18px;
}
#Menu_Item_0 { /* Unique ID for item 0 of menu Menu so we can set its position */
	left:0px;
	top:0px;
}
#Menu_Item_1 { /* Unique ID for item 1 of menu Menu so we can set its position */
	left:0px;
	top:26px;
}
#Menu_Item_2 { /* Unique ID for item 2 of menu Menu so we can set its position */
	left:0px;
	top:51px;
}
#Menu_Item_3 { /* Unique ID for item 3 of menu Menu so we can set its position */
	left:0px;
	top:76px;
}
#Menu_Item_4 { /* Unique ID for item 4 of menu Menu so we can set its position */
	left:0px;
	top:101px;
}
#Menu_Item_5 { /* Unique ID for item 5 of menu Menu so we can set its position */
	left:0px;
	top:126px;
}
#Menu_Item_6 { /* Unique ID for item 6 of menu Menu so we can set its position */
	left:0px;
	top:151px;
}
#MenuContainer img { /* needed for Mozilla/Camino/Netscape */
	border:0px;
}
#MenuContainer a { /* Controls the general apperance for menu MenuContainer's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffccff;
	text-align:left;
	vertical-align:middle;
	padding:3px;
	background-color:#222222;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}
#MenuContainer a:hover { /* Controls the mouse over effects for menu MenuContainer */
	color:#222222;
	background-color:#ffccff;
}
