﻿

/* Start Menu Michigan Law Customization */
#leftnav {
 background-image:none; 
 background-color:transparent;

}
#leftnav_extra {

}
#left {

}
#wrap {
background-image:url('/MichiganLaw/images/MichiganLawTemplate/wrap_back_wide.gif');

}
#main {

}
.leftNavSharePoint {
	font-size: 9px;
	width: 220px;
		/*border-top: 1px solid rgb(183,182,187);*/
		/*border-top: 1px solid #c1c1c2;*/
	z-index: 100;
	padding-left: 5px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	text-transform:none;
		
}

table.leftNavSharePoint {
background-color:transparent;
color:white;
border-top:1px solid rgb(186,187,189); 

}

/* The First Navigational Element */

.leftNav1 {
	/*border-bottom: 1px solid rgb(186,187,189);*/
	margin-left: -2px;
	
	font-size: 10px;
	font-weight: bold;	

	/* Add Color Information */
	
	color:white;
	text-transform:none;
 background-color:transparent;
}

.leftNav1LQN {
	/* Left Navigation Exception for LQN site goes here */
	
	margin-top:10px;
	

}


.leftNav1:hover {

	/* background-color: white; */
	background-color: #EBF3FF;
	/*background-image: url('/MichiganLaw/images/MichiganLawTemplate/arrow2.gif'); */
	background-position: 190px 10px;
	background-repeat:no-repeat;
	
	color:#444;
	
	text-transform:none;

}

table.leftNav1 {

	border-bottom: 1px solid rgb(186,187,189); 
	/* background-image: url('/MichiganLaw/images/MichiganLawTemplate/arrow.gif');  */
	background-position: 190px 10px;
	background-repeat:no-repeat;
	
	text-transform:none;
	
}





a.leftNavFlyOutsItem {

color:#444;

}



.leftNavFlyOuts {
	border-left: 1px #CBD1E0 solid;
	border-right: 1px #CBD1E0 solid;
	width: 208px;
	margin-top: 5px;
	margin-bottom: 5px;	
	
    border-top:1px solid rgb(186,187,189); 
	border-bottom:0px solid rgb(186,187,189);
	
	
}
.leftNavFlyOutsItem {
	/* use for the second level menu */
	
	
	font-family: Verdana,Arial,Helvetica;
	top: 0;
	/* background-color: #323546; */
	background-color: #EBF3FF;
	
		
	color:#444;	
	

	font-size: 9px;
	/*z-index: 100;*/
	/* in the layers, bring closer to the top */
	z-index:1000000000000000000000000000000000000000000000000;
	width: 205px;
	text-align: left;
	
border-top:0px solid rgb(186,187,189);
border-bottom:1px solid rgb(186,187,189);

	
	
	
	
}
.leftNavFlyOutsItem a {
	/*padding-left:22px;*/
	
	
	display: block; *;
	width: 208px;
	min-width: 208px;
	
	padding: 2px 0;
	text-decoration: none;
	text-transform:none;	  
	

	
}



.leftNavFlyOutsItem a:hover {
	/*color:white;*/
}
.leftNavFlyOutsHover {
	/* access this style to get the second level roll over */
	
	background-color: rgb(50,53,70);
	
	color: white; 
	
		
}

/* add in styles for the Active Page */

.leftNavSelected {
	
	
	font-weight:bold;
	color:white;
	background-color:#323546;
	text-decoration:underline;
	
}



/* more styles to apply last to override previous styles */

a.leftNavFlyOutsItem:hover {
	color:#eb911c;
}

/* make menus appear on top always via a higher z-index number */

table.leftNavFlyOutsItem {

  z-index:10000000;

}

