/* SIMPLE TREE MENU SPECIFICATIONS */

/* CSS for Simple Tree Menu*/
.treeview ul { 
	margin: 0;
	padding: 0;
	margin-left:-15px;
}

/* Style for LI elements in general (excludes an LI that contains sub lists)*/
.treeview li { 
/*	background: white url(../images/tree-document.gif) no-repeat left center;*/
	list-style-type: none;
	padding-left: 12px;
	margin: 2 0 2 15px;
	font-family: Arial, Verdana, Lucida, Sans-Serif;
	font-size: 10px;
}

/* Style for LI that contains sub lists (other ULs). */
.treeview li.submenu { 
/*	background: white url(../images/closed.gif) no-repeat left 1px;*/
	cursor: hand !important;
	cursor: pointer !important;
	margin-bottom: 5px;
}

/* Style for ULs that are children of LIs (submenu) */
.treeview li.submenu ul { 
	display: none; /*Hide them by default. Don't delete. */
}

/* Style for LIs of ULs that are children of LIs (submenu) */
.treeview .submenu ul li { 
	cursor: default;
}

.menuDiv {
	margin-left: -55px;
	Font-Family: Arial, Verdana, Lucida, Sans-Serif;
	Font-Size: 8pt;
}
.menuDivTools {
	margin-left: -66px;
	margin-bottom: -20px;
}


.stlMenuTree{ font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; text-decoration: none;}
.stlMenuTree:HOVER { color: #CC0000; text-decoration: none;}
.stlMenuTree:ACTIVE { color: #CC0000; text-decoration: none; }

