


.TreeNav{
	200px;
}



.treeview ul{ /*CSS for Simple Tree Menu*/
	margin-right: 15px;
	margin-left:15px;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
	cursor: pointer !important;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background-repeat: no-repeat;
	list-style-type: none;
	list-style-image:none;
	padding-left: 12px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	
	color:#1C6399;
	cursor: pointer !important;

}

.treeview li:hover{
	color:#003366;
	
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	
	margin-right:5px;
	/*cursor: hand !important;*/
	cursor: pointer !important;
	/*list-style-image:url(images/arrow_right.gif);*/
	/*font-family:Arial, Helvetica, sans-serif;*/
}

*html .treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	

	margin-right:5px;
	/*cursor: hand !important;*/
	cursor: pointer !important;
	/*list-style-image:url(images/arrow_right.gif);*/
	/*font-family:Arial, Helvetica, sans-serif;*/
}
*:first-child+html .treeview li.submenu{
	background-position:0px 7px;
	}


#IETableFix td{


}

*html #IETableFix td{
	height:200px;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */

}

*html .treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	
	padding-bottom:20px;
}

*:first-child+html .treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	
	padding-bottom:20px;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
	padding-left: 12px;
	list-style-type:none;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
	/*font-family:Arial, Helvetica, sans-serif; */
}

.treeview .submenu ul li a.hover{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
	padding-left: 10px;
	text-decoration:underline;
	/*font-family:Arial, Helvetica, sans-serif; */
}

h3{
	font-size:90%;
	background-color:#DDDDDD;
	padding:4px;
	border-bottom:1px solid #999999;
}

.treeview .submenu ul li a{
	font-size:12px;
	text-decoration:none;
}

.treeview .submenu ul li a:hover{
	color:#004488;
	text-decoration:underline;
}