td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}


.menuHolder {
/* This ID is related to the master menu div for menu MMMenuContainer_2 and contains the important positioning information for the menu as a whole */
	position:absolute;
	z-index:300;
}

.menuHolder2 {
/* This class defines things about menu MMMenu_2's div. */
	position:absolute;
	left:0px;
	top:0px;
	background-color:#d8d8d8;
	border-top:0px solid #ccc;
	border-bottom:1px solid #d8d8d8;
	border-left:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
	
	
	 /*
DL+-
       Transparency and Shadow for IE,
       Transparency only for others
    */    
	filter: alpha(opacity=90) progid:DXImageTransform.Microsoft.shadow(color=#7391A9, direction=135, Strength=4); 
    -moz-opacity:0.9; 
    opacity:0.9; 
    -khtml-opacity:.9;
}

.link {
/* This class determines the general characteristics of the menu items in menu MMMenu_2 */
	border-top:1px solid #cccccc;
	border-left:0px solid #cccccc;
	border-bottom:0px solid #d8d8d8;
	border-right:0px solid #d8d8d8;
/*	width:178px;
	height:14px;*/
	voice-family: "\"}\"";
	voice-family:inherit;
	width:110px;
	height:14px;
} 

/*.link {
/* This class determines the general characteristics of the menu items in menu MMMenu_2 */
/*	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
/*	width:178px;
	height:14px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:110px;
	height:14px;
} */


.menuHolder img {
/* needed for Mozilla/Camino/Netscape */
	
}

.menuHolder a {
/* Controls the general apperance for menu MMMenuContainer_2's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#557290;
	text-align:center;
	vertical-align:middle;
	padding:3px;
	background-color:#f5f5f5;
	font-weight:bold;
	font-style:normal;
	display:block;
	
}

.menuHolder a:hover {
/* Controls the mouse over effects for menu MMMenuContainer_2 */
	color:#ffffff;
	background-color:#7391a9;
}