@charset "UTF-8";
/* CSS Document */


#UofM_header_sub{
	background:url(/img/header_banner_footer/bg_header.gif) repeat-x;
	
	height:25px;
	border-bottom:1px solid #5B0013;
	border-top:1px solid #5B0013;
	position:relative;
	padding-top:5px;
	padding-left:15px;
	font-family:Arial, Helvetica, sans-serif;
}
#UofM_header_sub *{font-size:11px;padding:0;margin:0;line-height:18px;}
#UofM_header_sub ul *{font-size:12px}


#UofM_header_sub ul {
position:absolute;
right:10px;

z-index:50;
}


/************** GENERAL *********************/
#UofM_header_sub ul ul,#UofM_header_subul ul li,#UofM_header_sub li{
 	list-style-type:none;
	margin:0;
	padding:0;	
 }
 #UofM_header_sub ul{
	margin-top:0;
	margin-bottom:0;
	margin-right:0; 
	
 }
 #UofM_header_sub ul ul{background:-color:#fff}
/********************************************/

/**************** FIRST LEVEL *******************/


 #UofM_header_sub ul li a{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	border-left:1px solid #fff;
	padding-left:5px;
	padding-right:5px;
}

 #UofM_header_sub ul li a:hover{
	 text-decoration:underline;
 }
 #UofM_header_sub ul li:first-child a:first-child{
	border-left:none;
}


 #UofM_header_sub ul li a:hover{
	/*color:#ffb71e;*/
}

 #UofM_header_sub ul li{
position:relative;
	float:left;
	
}
/***************** SECOND LEVEL - AKA DROP DOWN*****************/

 #UofM_header_sub ul ul, #UofM_header_sub ul li:hover ul,  #UofM_header_sub ul.focus ul.focus{
	left:-36px;	
}

 #UofM_header_sub ul li.last ul, #UofM_header_sub ul li.last:hover ul, #UofM_header_subv ul li.last ul.focus{
	left:-72px;
}
 #UofM_header_sub ul ul a{
	color:#333;
	text-decoration:none;
}



 #UofM_header_sub ul li ul{
	display:none;
	position:absolute;
	left:0;/* This is the width of the li minus the right and left border*/
	width:144px;
	top:15px;
	z-index:200;
	background: url(../img/header_banner_footer/dd_menu_bottom.gif) no-repeat bottom;
	padding-bottom:10px;
	
}
 #UofM_header_sub ul li ul li{
	float:none;
	margin:0;
	border:1px solid #E5B010;
	border-bottom:1px solid #fdd67b;
	border-top:none;
	background-color:#FCEBB9;
	padding:0px;
	


}


 #UofM_header_sub ul li ul li a{
	/*cursor:default;*/
	border-left:medium none;
	color:#333333;
	display:block;
	font-weight:normal;
	padding:2px;
	padding-left:5px;
	text-align:left;
	width:135px;
}

 #UofM_header_sub ul li ul li:first-child{
	background: url(../img/header_banner_footer/dd_menu_top.gif);
	padding-top:15px;
	border-left:0;
	border-right:0;
}

 #UofM_header_sub ul li.last ul li:first-child{
	background:url(../img/header_banner_footer/dd_menu_top_end.gif);	
	
}
 #UofM_header_sub ul li ul li a:hover,  #UofM_header_sub li.hasSub:hover li  a:hover, #UofM_header_sub li.hasSub:hover li .listItem:hover{
		background:#e3e3e3;
		color:#333;
		text-decoration:underline;
}

 #UofM_header_sub li.hasSub:hover  a, #UofM_header_sub li.hasSub:hover .listItem{
	background:#e3e3e3 url(../img/header_banner_footer/arrow.gif) no-repeat left center;	 /*What a link will look like when there is sub menu*/
	
	
}

 #UofM_header_sub li.hasSub:hover li  a, #UofM_header_sub li.hasSub:hover li .listItem{
	background:none;	
}
/**************** THRID LEVEL *****************/
 #UofM_header_sub ul li ul li ul, #UofM_header_sub ul li ul li:hover ul, #UofM_header_sub ul li.last ul li:hover ul, #UofM_header_sub ul.focus  ul.focus ul.focus{
	left:-144px;
	top:-10px;}


 #UofM_header_sub ul li ul li:first-child ul{
	top:5px;
}

 #UofM_header_sub ul li ul li ul li:first-child{
	background:url(../img/header_banner_footer/dd_menu_top_secondary.gif);
	padding-top:10px;
	border-left:0;
	border-right:0;
}











 
 /* Note the order below is important - do not change */
 #UofM_header_sub ul li:hover ul{
	display:block; /* show 2nd level */
	z-index:100;
}
 #UofM_header_sub ul li:hover ul li ul, #UofM_header_sub ul li:hover ul li ul li ul{
	display:none;  /* hide third and fourth level when second level is shown */
}

 #UofM_header_sub ul li ul li:hover ul{
	display:block; /* show 3rd level */
}




/*************** UNIT LIST ***********************************/


#UofM_header_sub_units ,#UofM_header_sub_units a{
	color:#ffde7a;
	text-decoration:none;
}
#UofM_header_sub_units a:hover{
	color:#fff;	
}