.treeview ul{ /*CSS for Simple Tree Menu*/
	margin: 0;
	padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	text-indent: 5px;
	line-height:21px;
	border-top:1px solid #666666;
	list-style-image:none;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	/*cursor: hand !important;*/
	cursor: pointer !important;
	background-image: url(../images/list.gif);
	background-repeat: no-repeat;
	background-position: 135px 12px;
	line-height:21px;
	list-style-image:none;
}

.treeview div{ /* Style for DIV in active LI */
	background-repeat: no-repeat;
	background-position: 121px 7px;
}

.treeview li.submenu ul li ul li{
	text-indent:37px;
	list-style-image:none;
}

.treeview .submenu ul li.submenu{
	/*text-indent:20px;*/
	list-style-image:none;
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none;
	list-style-image:none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
	/*text-indent:20px;*/
	list-style-image:none;
}

#treemenu {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-image:none;
}

/*
#treemenu a{
	text-decoration:none;
	color:#000000;
}*/

a.hovera {
  color:#000000;
}

a.hovera:hover {
	color: #ffffff;
	text-decoration: none;
}

a.hoverb:hover {
  color:#4d7aa4;
  text-decoration: none;
}

a.hoverb {
  color:#000000;
}

li.active a:hover{
color: #ffffff;
text-decoration: none;
}