#LeftNavigation .ItemNotSelected, #LeftNavigation .MenuNotSelected {
	display:none;
}
#LeftNavigation .Level1Item {
display:none;
}

#LeftNavigation .MenuSelected {
	width:150px;
	border-top-color: #e4e4e4;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top:7px;
	margin-right: 30px;
	overflow:hidden;
}
#LeftNavigation .MenuSelected .MenuSelected {
	border-top-width: 0px;
	border-top-style: none;
	padding-top:0px;
}
#LeftNavigation .MenuSelected, #LeftNavigation .MenuSelected .Level2Item .ItemNotSelected {
	display: block !important;
}
#LeftNavigation .Level2Item {
	display:block !important;
	font-size: 1.2em;
	margin-bottom:7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e4e4e4;
}
#LeftNavigation a.ItemSelected {
	color: #98bd54;
	font-weight: bold;
}
#LeftNavigation .MenuSelected .Level3Item, #LeftNavigation .MenuSelected .Level3Item a {
	display:block !important;
}
#LeftNavigation .Level3Item {
	font-size:1.1em;
	margin-left: 20px;
	margin-bottom:10px;
}
