
.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
/*background:  url(images/invis.gif) no-repeat left 1px;*/
background:  url(images/closed.gif) no-repeat left 1px;
list-style-type: none;
padding-left: 17px;
margin-bottom:3px;
margin-left:0px;
padding-top:3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background:  url(images/closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

/* navigation menu items */
 #menuSec .menulink
	{
	 	font-family : Arial, Helvetica, sans-serif;
		font-size:9pt;
		font-weight: bold;
	}
	#menuSec .menulink a
	{
		color: #5C5C5C;
		text-decoration : none;
	}
	#menuSec .menulinkh
	{
	 	font-family : Arial, Helvetica, sans-serif;
		background-color: #D0D0D0;
		color: #225588;
		font-size:9pt;
		cursor: pointer;
		font-weight: bold;
	}
	#menuSec .menulinkh a
	{
		color: #225588;
		text-decoration : none;
	}
	
 #menuSec .menulinksel
	{
	 font-family : Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight: bold;
	}
	#menuSec .menulinksel a
	{
		color: #225588;
		text-decoration : none;
	}	
	#menuSec .menulinkselh
	{
		font-family : Arial, Helvetica, sans-serif;
		background-color: #FFFFFF;
		cursor: pointer;
		font-size:9pt;
		font-weight: bold;
	}
	#menuSec .menulinkselh a
	{
		color: #225588;
		text-decoration : none;
	}

/* Link level 1 */
 #menuSec .menulink1
	{
	 font-family : Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight: normal;
	}
	#menuSec .menulink1 a
	{
		color: #5C5C5C;
		text-decoration : none;
	}
	#menuSec .menulink1h
	{
		font-family : Arial, Helvetica, sans-serif;
		background-color: #4F77A0;
		color: #FFFFFF;
		cursor: pointer;
		font-size:8pt;
		text-decoration : none;
		font-weight: normal;
	}
	#menuSec .menulink1h a
	{
		color: #FFFFFF;
		text-decoration : none;
	}
	
 #menuSec .menulink1sel
	{
	 	font-family : Arial, Helvetica, sans-serif;
		font-size:8pt;
		background-color : #4F77A0;
		font-weight: normal;
	}
	#menuSec .menulink1sel a
	{
		color: #FFFFFF;
		text-decoration : none;
	}	
	#menuSec .menulink1selh
	{
	 	font-family : Arial, Helvetica, sans-serif;
		font-size:8pt;
		background-color : #4F77A0;
		font-weight: normal;
		cursor: pointer;
	}
	#menuSec .menulink1selh a
	{
		color: #FFFFFF;
		text-decoration : none;
	}
	
/* Link level 2 */
 #menuSec .menulink2
	{
	 font-family : Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight: normal;
	}
	#menuSec .menulink2 a
	{
		color: #5C5C5C;
		text-decoration : none;
	}
	#menuSec .menulink2h
	{
		background-color: #4F77A0;
		color: #FFFFFF;
		font-size:8pt;
		font-weight: normal;
		cursor: pointer;
	}
	#menuSec .menulink2h a
	{
		color: #FFFFFF;
		text-decoration : none;
	}
	
 #menuSec .menulink2sel
	{
	 font-family : Arial, Helvetica, sans-serif;
		font-size:8pt;
		background-color : #D0D0D0;
		font-weight: normal;
	}
	#menuSec .menulink2sel a
	{
		color: #535353;
		text-decoration : none;
	}	
	#menuSec .menulink2selh
	{
		background-color: #4F77A0;
	 	font-family : Arial, Helvetica, sans-serif;
		font-size:8pt;
		font-weight: normal;
		cursor: pointer;
	}
	#menuSec .menulink2selh a
	{
		color: #FFFFFF;
		background-color: #4F77A0;
		text-decoration : none;
	}	
