/* ==========  LEFT MENU  ============================================================================= */

.treeview ul{ /*CSS for Simple Tree Menu*/
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
padding: 0px;
font-family: tahoma;
font-size: 13px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: #ece5da;
list-style-type: none;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: -2px;
padding-bottom: 0px;
}


.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: #ece5da;
margin-left: -40px;
margin-right: 0px;
cursor: hand !important;
cursor: pointer !important;
font-family: tahoma;
font-size: 14px;
color: #012A91;
}

/*.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
/*display: none; Hide them by default. Don't delete. 
margin-bottom: 0px;
margin-left: 40px;
margin-right: 0px;
margin-top: 0px;
}*/

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

.treeview .submenu ul li a:link {color: #1675C5; text-decoration: none;}
.treeview .submenu ul li a:visited {color: #1675C5; text-decoration: none;}
.treeview .submenu ul li a:hove