.treeview ul{ /*CSS for Simple Tree Menu*/
margin-left:30px; margin-top:0px;
padding: 0px; /* white-space:nowrap;*/
font-family: Verdana, Arial, sans-serif; font-size:9px; text-decoration:none; font-weight:bold; color:#253d98;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(../menu_images/list.gif) no-repeat left 1px;
list-style-type: none; font-family: Verdana, Arial, sans-serif; font-size:9px; text-decoration:none; font-weight:bold; vertical-align:middle;
padding-left: 20px; /* white-space:nowrap;*/
padding-bottom: 4px; margin-left:-38px;
padding-top:4px !important;
}

.treeview li a{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
font-family: Verdana, Arial, sans-serif;
font-size:9px; text-decoration:none; font-weight:bold;
cursor: hand; color:253d98; 
}
.treeview li a:hover {color:#F47B20;  font-size:9px; text-decoration:none;
cursor: hand; 
}
.treeview li a.on {color:#F47B20;  font-size:9px; text-decoration:none;
cursor: pointer; 
}
.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(../menu_images/closed.gif) no-repeat left 2px;
cursor: hand !important;
cursor: pointer !important;
}
.offs {
	font-family: Verdana, Arial, sans-serif;
font-size:9px; text-decoration:none; font-weight:bold;
cursor: hand; color:#FF00FF; 
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
width:auto;
display: none; /*Hide them by default. Don't delete. */
font-size:9px; text-decoration:none;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;  font-size:9px; text-decoration:none;
}
.treeview .submenu ul li a{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: hand; color:#333333;  font-size:9px; text-decoration:none;
}
.treeview .submenu ul li a:hover {color:#F47B20;  font-size:9px; text-decoration:none;
cursor: hand; 
}
.treeview .submenu ul li a.on{color:#F47B20;  font-size:9px; text-decoration:none;
cursor: pointer; 
}
.treeview .submenu ul li.on{color:#F47B20;  font-size:9px; text-decoration:none;
cursor: pointer; 
}
.treeview .submenu a.on{color:#F47B20;  font-size:9px; text-decoration:none;
cursor: pointer; 
}

