/*------------------------------------*\
	NAV
\*------------------------------------*/
body {   behavior:url(/alumni/bin/csshover.htc); } 

div.menu_wrap {
	width: 100%;
	z-index: 2000;
	background: url('/alumni/imx/nav_bar_bg.jpg') top left repeat-x;
}
ul#main_menu {
float: left;
list-style: none;
padding: 0;
margin: 0 0 0 6px;
background: url('/alumni/imx/nav_bar_bg.jpg') top left repeat-x;
}    /* the structure of our head-menu */
ul#main_menu li {
float: left;
position: relative;
z-index: 3000;
} /* the structure of the first items */
ul#main_menu li a {
line-height: 28px;
display: block;
color: #D05301;
text-decoration: none;
font-weight: bold;
font-size: 11px;
padding: 0 20px;
} /* the links inside our first items */
ul#main_menu li a:hover { color: #00411C;} /* the roll-over styles for the links in our first items */
ul#main_menu li ul {
display: none;
position: absolute;
width:100px;
top: 28px;
left: 0;
margin: 0; 
padding: 0;
margin-left:-1px;
z-index: 1000;
} /* first items > submenu structure */
ul#main_menu ul li  { list-style: none; background: #FFECCC; } /* the structure of our submenu items */
ul#main_menu li>ul {
	top: auto;
	left: auto;
} /* extra styles for Internet Explorer (behavior file) */
ul#main_menu li:hover ul, ul#main_menu li.over ul { display: block;
} /* to make things work in Internet Explorer (call for the behavior file) */

ul#main_menu li ul li a {
	width: 228px;
	padding: 6px 8px;
	line-height: 14px;
	font-weight: normal;
	border-bottom: solid 1px #FFF;
}

ul#main_menu li ul li a:hover {
	color: #FFF;
	background: #FF6600;
}

#MainContainer {
/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	position:relative;
	margin:0px;
	width:723px;
	text-align:left;
	z-index:3000;
}

#MainContainer img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}
/*-------     common area for all menu      ---------*/

#MMMenu_online_Item_0, #MMMenu_ed_Item_0, #MMMenu_events_Item_0, #MMMenu_benefits_Item_0, #MMMenu_career_Item_0, #MMMenu_groups_Item_0, #MMMenu_giving_Item_0, #MMMenu_students_Item_0 {
/* Unique ID for item 0 of menu MMMenu_online so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu_online_Item_1, #MMMenu_ed_Item_1, #MMMenu_events_Item_1, #MMMenu_benefits_Item_1, #MMMenu_career_Item_1, #MMMenu_groups_Item_1, #MMMenu_giving_Item_1, #MMMenu_students_Item_1 {
/* Unique ID for item 1 of menu MMMenu_online so we can set its position */
	left:0px;
	top:23px;
}

#MMMenu_online_Item_2, #MMMenu_ed_Item_2, #MMMenu_events_Item_2, #MMMenu_benefits_Item_2, #MMMenu_career_Item_2, #MMMenu_groups_Item_2, #MMMenu_giving_Item_2, #MMMenu_students_Item_2 {
/* Unique ID for item 2 of menu MMMenu_online so we can set its position */
	left:0px;
	top:45px;
}

#MMMenu_online_Item_3, #MMMenu_ed_Item_3, #MMMenu_events_Item_3, #MMMenu_benefits_Item_3, #MMMenu_career_Item_3, #MMMenu_groups_Item_3, #MMMenu_giving_Item_3, #MMMenu_students_Item_3 {
/* Unique ID for item 3 of menu MMMenu_online so we can set its position */
	left:0px;
	top:67px;
}

#MMMenu_online_Item_4, #MMMenu_ed_Item_4, #MMMenu_events_Item_4, #MMMenu_benefits_Item_4, #MMMenu_career_Item_4, #MMMenu_groups_Item_4, #MMMenu_giving_Item_4, #MMMenu_students_Item_4 {
/* Unique ID for item 4 of menu MMMenu_online so we can set its position */
	left:0px;
	top:89px;
}

#MMMenu_online_Item_5, #MMMenu_ed_Item_5, #MMMenu_events_Item_5, #MMMenu_benefits_Item_5, #MMMenu_career_Item_5, #MMMenu_groups_Item_5, #MMMenu_giving_Item_5, #MMMenu_students_Item_5 {
/* Unique ID for item 5 of menu MMMenu_online so we can set its position */
	left:0px;
	top:111px;
}

#MMMenu_online_Item_6, #MMMenu_ed_Item_6, #MMMenu_events_Item_6, #MMMenu_benefits_Item_6, #MMMenu_career_Item_6, #MMMenu_groups_Item_6, #MMMenu_giving_Item_6, #MMMenu_students_Item_6 {
/* Unique ID for item 5 of menu MMMenu_online so we can set its position */
	left:0px;
	top:133px;
}

#MMMenuContainer_online a, #MMMenuContainer_ed a, #MMMenuContainer_events a, #MMMenuContainer_benefits a, #MMMenuContainer_career a, #MMMenuContainer_groups a, #MMMenuContainer_giving a, #MMMenuContainer_students a {
/* Controls the general apperance for menu MMMenuContainer_online's items, including color and font */
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ff6600;
	text-align:left;
	vertical-align:middle;
	padding:3px;
	background-color:#ffeccc;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer_online a:hover, #MMMenuContainer_ed a:hover, #MMMenuContainer_events a:hover,  #MMMenuContainer_benefits a:hover,  #MMMenuContainer_career a:hover,  #MMMenuContainer_groups a:hover,  #MMMenuContainer_giving a:hover,  #MMMenuContainer_students a:hover {
/* Controls the mouse over effects for menu MMMenuContainer_online */
	color:#ffffff;
	background-color:#ff6600;
}


/*MENU LINE HEIGHT VALUES
4 menu items:  89px
5 menu items: 111px
6 menu items: 133px

/*-------------   Education   -------------*/
#MMMenuContainer_ed {
/* This ID is related to the master menu div for menu MMMenuContainer_ed and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:16px;
	top:-7px;
	visibility:hidden;
	z-index:300;
}

#MMMenu_ed {
/* This class defines things about menu MMMenu_ed's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#ffffff;
	border:1px solid #cccccc;
	width:227px;
	height:111px; /*ADJUST FOR MENU HEIGHT*  was 155px */
}

.MMMFIVStyleMMMenu_ed {
/* This class determines the general characteristics of the menu items in menu MMMenu_ed */
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	width:225px;
	height:23px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:225px;
	height:15px;
}

.MMMIVStyleMMMenu_ed {
/* This class determines the general characteristics of the menu items in menu MMMenu_ed */
	border-top:0px;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	width:225px;
	height:22px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:225px;
	height:15px;
}

/*-------------   EVENTS   -------------*/
#MMMenuContainer_events {
/* This ID is related to the master menu div for menu MMMenuContainer_events and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:120px;
	top:-7px;
	visibility:hidden;
	z-index:300;
}

#MMMenu_events {
/* This class defines things about menu MMMenu_events's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#ffffff;
	border:1px solid #cccccc;
	width:160px;
	height:155px; /*ADJUST FOR MENU HEIGHT  was 89px  133px*/
}

.MMMFIVStyleMMMenu_events {
/* This class determines the general characteristics of the menu items in menu MMMenu_events */
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	width:158px;
	height:23px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:158px;
	height:15px;
}

.MMMIVStyleMMMenu_events {
/* This class determines the general characteristics of the menu items in menu MMMenu_events */
	border-top:0px;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	width:158px;
	height:22px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:158px;
	height:15px;
}

/*-------------   BENEFITS   -------------*/
#MMMenuContainer_benefits {
/* This ID is related to the master menu div for menu MMMenuContainer_benefits and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:205px;
	top:-7px;
	visibility:hidden;
	z-index:300;
}

#MMMenu_benefits {
/* This class defines things about menu MMMenu_benefits's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#ffffff;
	border:1px solid #cccccc;
	width:229px;  /* 02021020 -  width:190px; */
	height:111px; /*ADJUST FOR MENU HEIGHT*/
}

.MMMFIVStyleMMMenu_benefits {
/* This class determines the general characteristics of the menu items in menu MMMenu_benefits */
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	width:227px;
	height:23px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:227px;  /* 02021020 -  width:188px; */
	height:15px;
}

.MMMIVStyleMMMenu_benefits {
/* This class determines the general characteristics of the menu items in menu MMMenu_benefits */
	border-top:0px;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	width:227px;
	height:22px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:227px;
	height:15px;
}

/*-------------   online   -------------*/
#MMMenuContainer_online {
/* This ID is related to the master menu div for menu MMMenuContainer_online and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:299px;
	top:-7px;
	visibility:hidden;
	z-index:300;
}

#MMMenu_online {
/* This class defines things about menu MMMenu_online's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#ffffff;
	border:1px solid #cccccc;
	width:162px;
	height:133px; /*ADJUST FOR MENU HEIGHT*/
}

.MMMFIVStyleMMMenu_online {
/* This class determines the general characteristics of the menu items in menu MMMenu_online */
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	width:160px;
	height:23px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:160px;
	height:15px;
}

.MMMIVStyleMMMenu_online {
/* This class determines the general characteristics of the menu items in menu MMMenu_online */
	border-top:0px;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	width:160px;
	height:22px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:160px;
	height:15px;
}

/*-------------   CAREER   -------------*/
#MMMenuContainer_career {
/* This ID is related to the master menu div for menu MMMenuContainer_career and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:383px;
	top:-7px;
	visibility:hidden;
	z-index:300;
}

#MMMenu_career {
/* This class defines things about menu MMMenu_career's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#ffffff;
	border:1px solid #cccccc;
	width:227px;
	height:146px; /*ADJUST FOR MENU HEIGHT  was 111* 131 * 146 */
}

.MMMFIVStyleMMMenu_career {
/* This class determines the general characteristics of the menu items in menu MMMenu_career */
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	width:225px;
	height:23px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:225px;
	height:15px;
}

.MMMIVStyleMMMenu_career {
/* This class determines the general characteristics of the menu items in menu MMMenu_career */
	border-top:0px;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	width:225px;
	height:22px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:225px;
	height:15px;
}

/*-------------   GROUPS   -------------*/
#MMMenuContainer_groups {
/* This ID is related to the master menu div for menu MMMenuContainer_groups and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:468px;
	top:-7px;
	visibility:hidden;
	z-index:300;
}

#MMMenu_groups {
/* This class defines things about menu MMMenu_groups's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#ffffff;
	border:1px solid #cccccc;
	width:185px;
	height:111px; /*ADJUST FOR MENU HEIGHT*/
}

.MMMFIVStyleMMMenu_groups {
/* This class determines the general characteristics of the menu items in menu MMMenu_groups */
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	width:183px;
	height:23px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:183px;
	height:15px;
}

.MMMIVStyleMMMenu_groups {
/* This class determines the general characteristics of the menu items in menu MMMenu_groups */
	border-top:0px;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	width:183px;
	height:22px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:183px;
	height:15px;
}

/*-------------   GIVING   -------------*/
#MMMenuContainer_giving {
/* This ID is related to the master menu div for menu MMMenuContainer_giving and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:555px;
	top:-7px;
	visibility:hidden;
	z-index:300;
}

#MMMenu_giving {
/* This class defines things about menu MMMenu_giving's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#ffffff;
	border:1px solid #cccccc;
	width:227px;    /* 125 */
	height:133px;  /*ADJUST FOR MENU HEIGHT    111 Nov 12,2009 */
}

.MMMFIVStyleMMMenu_giving {
/* This class determines the general characteristics of the menu items in menu MMMenu_giving */
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	width:225px;  /* 123 */   
	height:23px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:225px;  /* 123 */
	height:15px;
}

.MMMIVStyleMMMenu_giving {
/* This class determines the general characteristics of the menu items in menu MMMenu_giving */
	border-top:0px;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	width:225px;  /* 123 */
	height:22px;
	voice-family: "\"}\"";
	voice-family:inherit;
		width:225px;  /* 123 */
	height:15px;
}

/*-------------   STUDENTS   -------------*/
#MMMenuContainer_students {
/* This ID is related to the master menu div for menu MMMenuContainer_students and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:636px;
	top:-7px;
	visibility:hidden;
	z-index:300;
}

#MMMenu_students {
/* This class defines things about menu MMMenu_students's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#ffffff;
	border:1px solid #cccccc;
	width:192px;
	height:89px; /*ADJUST FOR MENU HEIGHT*/
}

.MMMFIVStyleMMMenu_students {
/* This class determines the general characteristics of the menu items in menu MMMenu_students */
	border-top:1px solid #ffffff;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	width:190px;
	height:23px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:190px;
	height:15px;
}

.MMMIVStyleMMMenu_students {
/* This class determines the general characteristics of the menu items in menu MMMenu_students */
	border-top:0px;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	border-right:1px solid #ffffff;
	width:190px;
	height:22px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:190px;
	height:15px;
}

