A.treeMenu1:VISITED { color:#303030; font-size:11px;text-decoration: none; font-family: helvetica, tahoma,verdana, arial;  font-weight: normal;}
A.treeMenu1:HOVER { color:#303030; font-size:11px;text-decoration: underline;  font-family: helvetica, tahoma,verdana, arial;}
	A.treeMenu1:LINK { color:#303030; font-size:11px;text-decoration: none;font-family: helvetica, tahoma,verdana, arial;}
A.treeMenu1:ACTIVE { color:#303030; font-size:11px;text-decoration: none;  font-family: helvetica, tahoma,verdana, arial;  font-weight: normal; }


.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
color: #222;

font-size: 12px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: url(../../images/icons/folders.gif) no-repeat left center;
list-style-type: none;
padding-left: 2.5em;
margin-bottom: 0.2em;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(../../images/icons/folder_close.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
color: #222;
font-size: 12px;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
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;
}