.treeview ul{ /*CSS for Simple Tree Menu*/
	margin: 0;
	font-family: Tahoma;
	font-size: 11px;
	color: #393939;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 1px;
	
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	list-style-type: none;
	padding-left: 0px;
	font-family: Tahoma;
	font-size: 11px;
	color: #393939;
	padding-right: 0px;
	padding-top: 3px;
	padding-bottom: 4px;
	list-style-image: url(list26.gif);
	list-style-position: inside;
	text-align: left;
	font-style: normal;
	text-decoration: none;
	vertical-align: middle;
	margin: 0px;
	border-bottom-width: 1px;
border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	cursor: hand !important;
	cursor: pointer !important;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
	list-style-image: url(list23.gif);
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;	
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: none;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	list-style-image: url(list12.gif);
	list-style-position: inside;
	padding-top: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
	
}
a.treeview:link {
	list-style-type: none;
	padding-left: 0px;
	font-family: Tahoma;
	font-size: 11px;
	color: #393939;
	padding-right: 0px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	/*border-bottom-style: dotted;*/
	border-bottom-color: #999999;
	list-style-position: inside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	font-style: normal;
	text-decoration: none;
}
a.treeview:hover {
	list-style-type: none;
	padding-left: 0px;
	font-family: Tahoma;
	font-size: 11px;
	color: #393939;
	padding-right: 0px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	/*border-bottom-style: dotted;*/
	border-bottom-color: #999999;
	list-style-position: inside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
}
a.treeview:visited {
	list-style-type: none;
	padding-left: 0px;
	font-family: Tahoma;
	font-size: 11px;
	color: #393939;
	padding-right: 0px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	/*border-bottom-style: dotted;*/
	border-bottom-color: #999999;
	list-style-position: inside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	font-style: normal;
	text-decoration: none;
}
.dots {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

