.treeview {
	list-style:none outside;
	font-size:11px;
	padding:0;
	margin:0;
	font-family:Tahoma,  Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height:20px;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0px;
padding: 0px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
/*font-weight: bold;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
padding-left:10px;
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview li 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;
list-style:none outside;
font-size:11px;
padding-left:20px;
margin:0px;
font-family:Tahoma,  Arial, Helvetica, sans-serif;
font-weight: normal;
color: #FFFFFF;
line-height:20px;
}

.treeview a {
	background:url(images/white_arrow.gif);
	background-position:left 4px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-left:8px;
	text-decoration: none;
}

treeview a.active{
	color:#616161;
}

.treeview .submenu a.active{
	color:#616161;
}

.treeview .submenu a {
	background:url(images/white_arrow.gif);
	background-position:left 4px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding:0px;
	padding-left:8px;
	text-decoration: none;
}


/*
micro menu
*/

.treeviewMicro {
	list-style:none outside;
	font-size:11px;
	padding:0;
	margin:0;
	font-family:Tahoma,  Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height:20px;
}

.treeviewMicro ul{ /*CSS for Simple Tree Menu*/
margin: 0px;
padding: 0px;
}

.treeviewMicro li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
list-style-type: none;
padding-left: 2px;
margin-bottom: 3px;
/*font-weight: bold;
}

.treeviewMicro li.submenu{ /* Style for LI that contains sub lists (other ULs). */
padding-left:1px;
}

.treeviewMicro li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeviewMicro li ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeviewMicro .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
list-style:none outside;
font-size:11px;
padding-left:3px;
margin:0px;
font-family:Tahoma,  Arial, Helvetica, sans-serif;
font-weight: normal;
color: #FFFFFF;
line-height:20px;
}

.treeviewMicro a {
	background:url(images/white_arrow.gif);
	background-position:left 4px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding-left:8px;
	text-decoration: none;
}
treeviewMicro a.active{
	color:#616161;
}
.treeviewMicro .submenuMicro a.active{
	color:#616161;
}
.treeviewMicro ul{
	margin-left:18px;
}
.treeviewMicro {
	margin-left:-18px;
}
.treeviewMicro .submenuMicro a {
	background:url(images/white_arrow.gif);
	background-position:left 4px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding:0px;
	padding-left:8px;
	text-decoration: none;
}