.treeview {
	padding: 0px 0px 10px 10px;
	margin: 10px 10px 10px 5px;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
	font: 11px/11px arial, verdana, sans-serif, ;
	color: #666666;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	text-align: left;
}


.treeview li{
	/*Style for LI elements in general (excludes an LI that contains sub lists)*/
	font: 11px/11px arial, verdana, sans-serif,;
	color: #666666;
	font-weight: bold;
	background: #ffffff url(../../imx/list.gif) no-repeat left center;
	list-style-type: none;
	padding: 5px 0px 7px 15px;
	margin: 7px 0px 0px 0px;
	text-align: left;
}

.treeview li.submenu{
	/* Style for LI that contains sub lists (other ULs). */
	font: 11px/11px arial, verdana, sans-serif;
	color: #666666;
	font-weight: bold;
	cursor: hand !important;
	cursor: pointer !important;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
font: 10px/11px verdana, sans-serif,arial ;
color: #006600;
font-weight: bold;
border-bottom: none;
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;
}


.overlink{
	font: 11px/11px arial, verdana, sans-serif, ;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.overlink:hover{
	font: 11px/11px arial, verdana, sans-serif, ;
	color: #006600;
	font-weight: bold;
	text-decoration: underline;
}

.overlink1{
	font: 10px/11px arial, verdana, sans-serif, ;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.overlink1:hover{
	font: 10px/11px arial, verdana, sans-serif, ;
	color: #006600;
	font-weight: bold;
	text-decoration: underline;
}
