#treemenu1 {
	margin: 0;
	padding: 0;	
}
#treemenu1 a {
	margin: 0;
	padding: 0;	
}
#treemenu2 {
	margin: 0;
	padding: 0;	
}
#treemenu2 a{
	margin: 0;
	padding: 0;	
}
#treemenu3 {
	margin: 0;
	padding: 0;	
}
#treemenu3 a{
	margin: 0;
	padding: 0;	
}
.treeview ul{ /*CSS for Simple Tree Menu*/
	margin: 0;
	padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: #D1E1E1 url(file:///C|/Documents and Settings/bijosh/My Documents/Bijosh/Clients/Mabventures/Projects/Vicencia/images/list.gif) no-repeat left center;
list-style-type: none;
padding-left: 14px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: #D1E1E1 url(file:///C|/Documents and Settings/bijosh/My Documents/Bijosh/Clients/Mabventures/Projects/Vicencia/images/closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}
.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
padding-left: 2px;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
margin-bottom: 1px;
}

.mul_sub_link {
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	color: #3B3B3B;
}
.mul_sub_link a {
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	color: #3B3B3B;
}
.mul_sub_link a:hover {
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	color: #3B3B3B;
}

.mul_sub_link_02 {
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	color: #3399FF;
	margin-left: 5px;
}
.mul_sub_link_02 a {
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	color: #3399FF;
	margin-left: 5px;
}
.mul_sub_link_02 a:hover {
	font-family: Tahoma;
	font-size: 10px;
	text-decoration: none;
	color: #3399FF;
	margin-left: 5px;
}