.tree_menu {
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.expand_all,
.collapse_all {
        cursor: pointer;
}
.tree_menu ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
#mss-LeftMenu li, #menu2 li, #menu3 li, #menu4 li, #menu5 li, .tree_menu li {
	background-image: none;
	margin: 0;
	padding: 0;
}
.tree_menu ul ul {
	display: block;
}
.tree_menu ul ul li a {
	padding-left: 20px;
}
.tree_menu a {
	cursor: pointer;
	display: block;
	margin-left: 0;
	padding: 2px 2px 2px 17px;
}
.tree_menu a.expanded {
	background: #fff url(/images/icons/LMBullet02.png) no-repeat 80% 50%;
}
.tree_menu a.collapsed {
	background: #fff url(/images/icons/LMBullet02.png) no-repeat 80% 50%;
}
.tree_menu a:hover {
	text-decoration: underline;
	color:#0681ff;
	
}

.tree_menu a.expanded:hover,
.tree_menu a.collapsed:hover 
{
    background: #fff url(/images/icons/LMBullet02_red.png) no-repeat 80% 50%;
}
.tree_menu ul a {
	background: #e8e8e8;
	border-top: 2px solid #fff;
	display: block;
	font-weight: normal;
	padding: 2px 2px 2px 10px;
	width: 119px;
}
.tree_menu ul a:link {
	font-weight: normal;
}
.tree_menu ul a:hover {
	text-decoration: underline;
}
.tree_menu li.active a {
	background: #fff;
}
.tree_menu li.active li a {
}
#mss-LeftMenu li.footer, .tree_menu .footer {
	border-top: 1px solid #ddd;
	margin: 0 0 10px 0;
}
.tree_menu .footer span {
	display: none;
}

