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

}


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


.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:link 
{ font-weight: bold; color: #094B8C; text-decoration: none;}
.treeview li span:visited 
{ font-weight: bold; color: #094B8C; text-decoration : none; }
.treeview li span:active 
{ font-weight: bold; text-decoration : none; color: #094B8C; }
.treeview li span:hover 
{ font-weight: bold; color: #D17100; text-decoration: none; }

.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; text-decoration : none; color: #094B8C; }
.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:link 
{ font-weight: normal; color: #094B8C; text-decoration: none;}
.treeview li span span:visited 
{ font-weight: normal; color: #094B8C; text-decoration : none; }
.treeview li span span:active 
{ font-weight: normal; text-decoration : none; color: #094B8C; }
.treeview li span span:hover 
{ font-weight: normal; color: #D17100; text-decoration: 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;

}