.treeview{ /*CSS for Simple Tree Menu*/
width:200px;
height:auto;
overflow:hidden;
background-color:#FFFFFF;
border:5px solid #F47E20;
float:left;
padding:0px;
margin:0px;
clear:both;

}

.treeview ul{ /*CSS for Simple Tree Menu*/
width:200px;
height:auto;
margin:0px;
text-align:left;
padding-left:0px;

}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
width:200px;
list-style-type:none;
padding-left: 0px;
margin-left:0px;
float:left;

}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
cursor: hand !important;
cursor: pointer !important;
padding-left:0px;
margin-left:0px;
width:196px;

}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
width:196px;
height:auto;
text-decoration:none;


}
.treeview li.submenu li{ /*Style for ULs that are children of LIs (submenu) */
width:196px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
/*padding: 5px 2px 5px 2px;*/
color:#000000;
/*margin:3px 0px 3px 0px;*/
height:auto;
text-decoration:none;

}

.SolidBlueHeader0 {
	width:200px;
	height:auto;
	cursor: pointer;
	text-align: left;
	vertical-align: middle;
	
	clear:left;
	
}
.SolidBlueHeader0 a {
	width:193px;
    font-family:"Trebuchet MS";
	font-weight: bold;
	font-size:12px;
	color: #003366;
	text-transform:uppercase;
	float:left;
	height:20px;
	line-height:20px;
	padding:5px 0px 5px 5px;
	border:1px #cccccc solid;
	background:url(../images/tr1_bg.gif) repeat-x;
	background-position:top;
	clear:left;
}
.SolidBlueHeader0 a:hover{
	width:193px;
    font-family:"Trebuchet MS";
	font-weight: bold;
	font-size:12px;
	color: #FFFF66;
	text-transform:uppercase;
	text-decoration:none;
	float:left;
	height:20px;
	line-height:20px;
	padding:5px 0px 5px 5px;
	border:1px #cccccc solid;
	background:url(../images/tr1_bg.gif) repeat-x;
	background-position:bottom;

}
.SolidBlueHeader0_a {
	width:200px;
	height:auto;
	cursor: pointer;
	text-align: left;
	vertical-align: middle;
	clear:left;
	
	
}

 .SolidBlueHeader0_a a{
	width:193px;
    font-family:"Trebuchet MS";
	font-weight: bold;
	font-size:12px;
	color: #FFFF66;
	text-transform:uppercase;
	text-decoration:none;
	float:left;
	height:20px;
	line-height:20px;
	padding:5px 0px 5px 5px;
	border:1px #cccccc solid;
	background:url(../images/tr1_bg.gif) repeat-x;
	background-position:bottom;
	clear:left;

} 

.SolidBlueHeader {
	width:196px;
	height:auto;
	cursor: pointer;
	text-align: left;
	vertical-align: middle;
	margin-left:2px;
	margin-top:3px;
	float:left;
	clear:left;
	
	
}
.SolidBlueHeader a{
	width:189px;
    font-family:"Trebuchet MS";
	font-weight: bold;
	font-size:11.5px;
	color: #FFFF66;
	text-transform:uppercase;
	text-decoration:none;
	float:left;
	height:20px;
	line-height:20px;
	padding:5px 0px 5px 5px;
	border-top:1px #cccccc solid;
	clear:left;
	

}
.tree_head{
	width:200px;
	height:16px;
	background-color:#CCCCCC;
	font-family:Tahoma;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	padding-bottom:5px;
	padding-top:4px;
	text-align:left;
	float:left;

}
.tree_div{
	float:left;
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
}
