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

.tree_div ul{ /*CSS for Simple Tree Menu*/
	margin:0px;
	padding-left:0px;
	padding-bottom:0px;
	text-align:center;
}

.tree_div li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	width:203px;
	list-style:none;
	text-align:center;
	text-transform:uppercase;
	padding-left:0px;
	height:28px;
}

.tree_div li.submenu{ /* Style for LI that contains sub lists (other ULs). */
cursor: hand !important;
cursor: pointer !important;
padding-left:0px;
margin-left:auto;
margin-right:auto;
width:98%;
height:28px;
text-align:center;
}


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

}

.SolidBlueHeader a {
	text-decoration:none;
	background:url(../images/lnav.jpg) 0px 0px;
	border:1px solid #666666;
	color:#FFFFFF;
 	font-family:Arial, Helvetica, sans-serif, "Lucida Sans Unicode";
	font-size: 12px;
	font-weight:bold;
	text-align:center;
	height:28px;
	line-height:28px;
	display: block;
	width:98%;
	margin-bottom:2px;
	float: left;
	overflow:hidden;
}
.SolidBlueHeader  a:hover, .SolidBlueHeader  a:hover {
	background:url(../images/lnav.jpg) 0px -28px;
	border:1px solid #666666;
	text-decoration:none;
}
.lnav_active {
	background:url(../images/lnav.jpg) 0px -28px;
	border:1px solid #666666;
	text-decoration:none;
}

.lnav {
	background:url(../images/lnav.jpg) 0px 0px;
	border:1px solid #666666;
	text-decoration:none;
}