/*The UnorderedList.css file is used to style the Unordered List flyout menu*/
/*Classes are applied to the menu automatically*/
/*This file is linked from the DefaultDesignTemplate.htm*/
/*This file can be edited*/
/*This file can be moved, renamed, replaced or deleted*/
/*Please see the design documentation for more information*/

.ipf-sectionmenu, 
.ipf-sectionmenu ul 
	{padding: 0;
	margin: 0;
	list-style: none;
	background: #0a2035;}

	.ipf-sectionmenu li 
		{position:relative;
		border-bottom:1px #104378 solid;		
		/*margin: 0 8px;		commented 052410*/	}	/* moves text and line horizontally  */

	.ipf-sectionmenu li ul 
		{position:absolute;
		left: -999em;
		margin-left:200px;		/* was 180 */
		top:0;
		background: #285f95;}

	.ipf-sectionmenu li ul ul 
		{left: -999em;}

	.ipf-sectionmenu li a 
		{width: 200px;			/* was 160 */
		display:block;
		color: #fff;
		text-decoration:none;
		/*padding-bottom: 5px;*/}

	.ipf-sectionmenu li a:hover 
		{background:#e1e2e1;
		/*color: #5cc2ff;*/
		color: #fff;
	        background: #e1e2e1 url(../images/hover_grad.jpg) repeat-x left top;}


	.ipf-sectionmenu li:hover ul ul,
	.ipf-sectionmenu li:hover ul ul ul, 
	.ipf-sectionmenu li.sfhover ul ul, 
	.ipf-sectionmenu li.sfhover ul ul ul 
		{left: -999em;}
	.ipf-sectionmenu li:hover ul, 
	.ipf-sectionmenu li li:hover ul, 
	.ipf-sectionmenu li li li:hover ul, 
	.ipf-sectionmenu li.sfhover ul, 
	.ipf-sectionmenu li li.sfhover ul, 
	.ipf-sectionmenu li li li.sfhover ul 
		{left: auto;}

ul.ipf-sectionmenu {
	margin:0 0 5px 0;		/*white space between menu and pagelet */
	padding:2px 0 0 0;		/* buffer at top of menu */
	/*border-bottom: 1px solid #000;*/} 

.ipf-sectionmenu ul {
	margin: 0;
	padding: 0;}  

ul.ipf-sectionmenu li{ 
	/*Style for LI elements in general (excludes an LI that contains sub lists)*/  
	list-style-type: none;  
	/*padding-left: 2px;  		commented 052410 moved text to right	moves text horizontally was 22px */
	/*margin-bottom: 3px; */
	height:1%; }  

ul.ipf-sectionmenu li.submenu{ 
	/* Style for LI that contains sub lists (other ULs). */ 
	cursor: hand !important; 
	cursor: pointer !important; }  

ul.ipf-sectionmenu li.submenu ul{ 
	/*Style for ULs that are children of LIs (submenu) */  
	display: none; /*Hide them by default. Don't delete. */ }  

ul.ipf-sectionmenu .submenu ul li{ 
	/*Style for LIs of ULs that are children of LIs (submenu) */  
	cursor: default; }  

ul.ipf-sectionmenu-folderopen {}  

li.ipf-sectionmenu-folderopen, zzzli.ipf-active1{
	font-weight:bold;}  

ul.ipf-sectionmenu-folderclose { } 



/*a.ipf_ql_link {
	width: 180px;
	color: #000;}


.ipf_ql_title {
	color: #fff;
	width: 200px}
*/
