.treemenu>ul>li>div{
	position:relative;
	width:200px;
	min-height:17px; 
	display: block;
	height: 22px;
	line-height: 22px;
}

.treemenu ul li
{
	padding-left: 40px;
}

.treemenu>ul>li> div a{
	display: block;
	height: 22px;
	width: 200px;
	background-color: none;
	line-height: 19px;
	margin: 0px;
}

.treemenu{
	width:200px !important;
	width:200px;
	overflow:hidden;
	font-weight: bold;
}
.treemenu a,
.treemenu a:link,
.treemenu a:visited,
.treemenu a:active,
.treemenu a:hover
{color:white; text-decoration:none;}


.treemenu>ul>li>ul{
	background-color: #6ba4cc;
}
.treemenu>ul>li>ul>li>ul{
	background: #0255c7;
}
.treemenu>ul>li>ul>li>ul>li>ul{
	background: #0066ff;
}
.treemenu>ul>li>ul>li div{
	/*position:relative;
	width:141px;
	left:-34px;
	padding:0 0 0 34px;*/
	display: block;
	height: 22px;
	padding-top: 5px;
	background-color: #6ba4cc;
	line-height: 19px;
	margin: 0px;
	cursor: hand !important;
	cursor: pointer !important;
	padding: 2px 0 0 0;
}

.treemenu>ul>li>ul>li div a{
	display: block;
	height: 22px;
	width: 160px;
	background-color: none;
	line-height: 19px;
	margin-left: 0px;
}

.treemenu>ul>li>ul>li div:hover{
	/*position:relative;
	width:141px;
	left:-34px;
	padding:0 0 0 34px;*/
	display: block;
	height: 22px;
	padding-top: 5px;
	background-color: #77b624;
	line-height: 19px;
	margin-left: -40px;
	cursor: hand !important;
	cursor: pointer !important;
	padding: 2px 0 0 40px;
}

.treemenu>ul>li>div>a,
.treemenu>ul>li>div>a:link,
.treemenu>ul>li>div>a:visited,
.treemenu>ul>li>div>a:active,
.treemenu>ul>li>div>a:hover,
.treemenu>ul>li.submenu>div>a,
.treemenu>ul>li.submenu>div>a:link,
.treemenu>ul>li.submenu>div>a:visited,
.treemenu>ul>li.submenu>div>a:active,
.treemenu>ul>li.submenu>div>a:hover{
	font-weight:bold; 
	margin: 0;
	padding: 0;
	
}
.treeview{
	margin: 0;
	padding: 0;
	width:200px !important;
	width:200px;
	
	
}

.treeview ul{ /*CSS for Simple Tree Menu*/
	list-style: none;
	margin: 0;
	padding: 0;
	
	
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background: transparent url(min.gif) no-repeat 0px top;
	list-style-type: none;
	padding:0 0 0 0;
	margin:0px;
	height: 22px;
	line-height: 22px;
	cursor: hand !important;
	cursor: pointer !important;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background: transparent url(min.gif) no-repeat 0px top;
	cursor: hand !important;
	cursor: pointer !important;
	list-style-type: none;
	padding:0 0 0 40px;
	margin:0px;
	min-height: 22px;
	height: auto;
	line-height: 22px;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
	margin-top: -2px;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
	background-image: none;
	background-color: #6ba4cc;
	border-bottom:1px solid #ffffff;
	padding:0 0 0 0;
	height: 24px;
	margin: 0px;
	margin-left: -40px;
	cursor: hand !important;
	cursor: pointer !important;
}

.treeview li.submenu ul li
{
	padding-left: 40px;
}
.treeview .submenu ul li.current, .treeview .submenu ul li.current div {
	background-image: none;
	background-color: #77b624;
}