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

.treeview2{
	color: #666;
	font-family: Calibri, Verdana, Geneva, sans-serif;
	border: none;
	text-decoration:none;
	margin-left:-40px;
}

.treeview2 a{
	font-family: Calibri, Verdana, Geneva, sans-serif;
}
.treeview2 a:link{
	text-decoration:none;
	outline:none;
	color: #3C3C3C;
}

.treeview2 a:visited{
	text-decoration:none;
	outline:none;
	color: #3C3C3C;
}

.treeview2 a:hover {
	text-decoration:none;
	outline:none;
	color: #4389c7;
	background-image:url(../_images/faq_arrow_2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:15px;
}

.treeview2 li ul a:hover {
	text-decoration:underline;
	outline:none;
	color: #4389c7;
	background-image:none;
	padding-right:0px;
}



.treeview2 a:active {
	text-decoration:none;
	outline:none;
	color: #666;
}

.treeview2 ul{ /*CSS for Simple Tree Menu*/
	font-size: 11px;
	font-style: normal;
	font-weight:normal;
	color:#333;
	line-height: 18px;
	margin-bottom: 2px;
	margin-top: 2px;
	margin-left:0px;
	padding: 0px;
	display:inline-block;
	width:450px;
	overflow:hidden;
	cursor:auto;
}

.treeview2 li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	font-size:12px;
	font-weight: bold;
	word-spacing:0.1em;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left:0px;
	text-align:left;
	text-indent:0px;
	list-style-position: inside;
	list-style-image: url(../_images/dot_gray.gif);
}

.treeview2 li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	cursor: hand !important;
	cursor: pointer !important;
}


.treeview2 li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	margin-left:1.3em;
	display: none; /*Hide them by default. Don't delete. */
}

.treeview2 li.submenu ul p{
	font-family: Calibri, Verdana, Geneva, sans-serif;
}

.treeview2 .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
}

.treeview2 .submenu p a {
	border-bottom:#CCC solid 1px;
	text-decoration:none;
}

.treeview2 .submenu p a:hover {
	/*border-bottom:#4389c7 solid 1px;*/
	border-bottom:none;
	text-decoration:none;
}

