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

#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0px;
	display:block;
	position:absolute;
	z-index:100;
        list-style:none;
}
	
#nav li { /* all list items */
	width: 212px;
	
	color :#FFF;
	font-weight : bold;
	padding:0px;
	background:url(/sites/public/106/resources/filemanager/Template/style/menul1bg.jpg) repeat-x;

}
#nav li a {
 	color:#FFF;
	text-decoration:none;
	line-height:42px;
	display:block;
	width:202px;
	height:42px;
	padding-left:10px;
	overflow:hidden;
}
#nav li a:hover {
 	color:#0E5DA3;
	text-decoration:none;
}
	
#nav ul { /* second-level lists */
margin: -42px 0 0 212px;	
display:none;
}
#nav li li a {
    padding-left:20px;
	font-size:11px;
	width:192px;
	background: url(/sites/public/106/resources/filemanager/Template/style/menu3bg.jpg) no-repeat;
}
/* above 1st option */

#nav li ul ul { /* third-and-above-level lists */
	/*margin: -20px 0 0 250px;*/
	background: url(/sites/public/106/resources/filemanager/Template/style/menu3bg.jpg) no-repeat;
	margin: -42px 0 0 212px;
        padding:0px;
	display: block;
	height: 42px;
	line-height:42px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul li:hover, #nav li ul ul li.sfhover{ /* third-and-above-level lists */
	background: url(/sites/public/106/resources/filemanager/Template/style/menu3bg.jpg) no-repeat;
	color:#FFF;
	background-image:none;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	
}
#nav li:hover, #menu li.hover {  
	position: static;  
}  