.treeview {
/*	background: url(../../images/site/BackGroundTopLeft.gif) top left no-repeat;
*/	
	padding-top:19px;
	padding-bottom:10px;
	margin-left:-21px;
	font-size:12px;

}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin:0;
padding: 0;
margin-top: 7px;
margin-bottom: 7px;
margin-left: -1px;
display: none;
}


.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
/*background: url(../../images/site/list.gif) no-repeat left center;*/
list-style-type: none;
padding-left: 12px;
margin-bottom: 7px;
color:#847135;
 font-weight:normal;
}

.treeview li a
{ margin-left:-12px; padding-left:12px; }

.treeview li a:link 
{ font-weight: normal; color: #847135; text-decoration: none; }
.treeview li a:visited 
{ font-weight: normal; color: #847135; text-decoration : none; }
.treeview li a:active 
{ font-weight: normal; text-decoration : none; color: #847135; }
.treeview li a:hover 
{ font-weight: normal; color: #D17100; text-decoration: none; background: url(../../images/site/closed.gif) no-repeat left 1px; } 

.currentlinkLI
{ background: url(../../images/site/closed.gif) no-repeat left 1px; }
.CLI
{ background: url(../../images/site/closed.gif) no-repeat left 1px; }
.CLIO
{ background: url(../../images/site/open.gif) no-repeat left 1px;  }

.treeview li:hover 
{ font-weight: normal; color: #D17100; text-decoration: none; }


.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(../../images/site/closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;

}

.treeview li span
{ font-weight: bold; color: #094B8C; text-decoration: none; font-size:13px;

}
.treeview li span a:link 
{ font-weight: bold; color: #094B8C; text-decoration: none;}
.treeview li span a:visited 
{ font-weight: bold; color: #094B8C; text-decoration : none; }
.treeview li span a:active 
{ font-weight: bold; color: #094B8C; text-decoration : none; }
.treeview li span a:hover 
{ font-weight: bold; color: #D17100; text-decoration: none; background: none;  }


.treeview li span span
{ font-weight: normal; color: #094B8C; text-decoration: none; font-size:12px;}
.treeview li span span a:link 
{ font-weight: normal; color: #094B8C; text-decoration: none;}
.treeview li span span a:visited 
{ font-weight: normal; color: #094B8C; text-decoration : none; }
.treeview li span span a:active 
{ font-weight: normal; color: #094B8C; text-decoration : none; }
.treeview li span span a:hover 
{ font-weight: normal; color: #D17100; text-decoration: none; none; background: none; }

.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;

}
