
ul.treeview a:link, a:active
 {
	 font-family: Verdana;
	/*font-weight: bold;*/
	font-size: 11px;
	color: #723a0d;
	text-decoration: none;
}

ul.treeview  a:visited
{
	font-family: Verdana;
	font-size: 11px;
	color: #723a0d;
	/*font-weight: bold;*/
	text-decoration: none;
}

ul.treeview a:hover
{
	color: #05284b;
	text-align: right;
	text-decoration: underline;
	/*font-weight: bold;*/
	
}

/*
ul.treeview a:link,
ul.treeview a:visited,
ul.treeview a:hover,
ul.treeview a:active{
	text-decoration:none;
	color:#723a0d; font-weight:normal; 	font-family: Verdana;	font-size: 11px; padding:5px 2px 2px 0px; 
	}
*/

ul.treeview{
	margin:0;
	padding:0;	
}
	
.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 5px;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: #F6F7E5; font-family: Verdana; font-size: 11px;
border-color:#EAEAEA;	
border-width:1px; 
border-style:solid;
border-bottom:1px;
border-left:0;
border-top:0;
border-right:0;
width:100%;
/*height:20px;*/
list-style-type: none;
padding-left: 4px;
margin-bottom: 3px;color:#005E94;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */

cursor: hand !important;
cursor: pointer !important;

border-width:1px; 
border-style:solid;
border-bottom:0px;
border-left:0;
border-top:0;
border-right:0;
width:100%;
/*height:140px;*/
padding-left: 5px;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: block; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
/*height:15px;*/
}
