.treeview{ /*CSS for Simple Tree Menu*/
width:222px;
height:auto;
}

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

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

.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:98%;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
width:98%;
margin:0px;
height:auto;
padding:2px 0px 2px 5px;
/*border-left:1px #000000 dashed;
border-right:1px #000000 dashed;
border-bottom:1px #000000 dashed;*/

}
.bl_l_round{
	width:5px;
	height:21px;
	background:url(../images/bl_l_round.png) no-repeat;
	float:left;
}
.bl_r_round{
	width:5px;
	height:21px;
	background:url(../images/bl_r_round.png) no-repeat;
	float:right;
}
.gr_l_round{
	width:5px;
	height:21px;
	background:url(../images/gr_l_round.png) no-repeat;
	float:left;
}
.gr_r_round{
	width:5px;
	height:21px;
	background:url(../images/gr_r_round.png) no-repeat;
	float:right;
}
.SolidBlueHeader0 {
	width:218px;
	height:21px;
	cursor: pointer;
	text-align: left;
	vertical-align: middle;
    margin-top:5px;
    margin-bottom:2px;
}
.SolidBlueHeader0_inner {
	width:200px;
	height:auto;
	float:left;
	cursor: pointer;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	font-size:11px;
    font-family:verdana,tahoma,helvetica;
	background-color: #2e4d7b;
    padding:4px;
	color: #ffffff;
}

.SolidBlueHeader0_inner a {
	font-weight: bold;
	font-size:11px;
    font-family:verdana,tahoma,helvetica;
	color: #ffffff;
}
.SolidBlueHeader0_inner a:hover{
	text-decoration:none;

}
.SolidBlueHeader_inner  a:hover{
	text-decoration:none;

}
.SolidBlueHeader {
	width:auto;
	height:21px;
	cursor: pointer;
	text-align: left;
	vertical-align: middle;
	margin-top:5px;
	margin-bottom:2px;
}
.SolidBlueHeader_inner {
	width:auto;
	height:auto;
	cursor: pointer;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	font-size:11px;
    font-family:verdana,tahoma,helvetica;
	background-color:#333333;
	float:left;
    padding:4px 0px 4px 0px;
	color: #ffffff;
}
.SolidBlueHeader_inner a{	
	font-size:11px;
    font-family:verdana,tahoma,helvetica;
	background-color:#333333;
	color: #ffffff;
}
.tree_head{
	width:217px;
	height:16px;
	background-color:#CCCCCC;
	font-family:Tahoma;
	font-weight:bold;
	font-size:12px;
	color:#000000;
	padding-bottom:5px;
	padding-left:5px;
	padding-top:4px;
	text-align:left;
	float:left;

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