/* CSS Document */



#leftmenu{width:190px; overflow:hidden; margin-left:12px; margin-top:34px;}
#leftmenu ul{padding:0px; margin:0px;}
.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: white  url(../images/list.gif) no-repeat left;
list-style-type: none;
padding-left: 10px;
margin-bottom: 3px;
margin-left:0px;
font-family:Arial; font-size:12px; color:#197BB0; font-weight:bold;
 line-height:22px;
}

.treeview li a{color:#197BB0;text-decoration:none;}


.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white   url(../images/list.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. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;

}

.selection-link{color:#FF9B00;}
