/******************************************************
/* TREE MENU
/******************************************************/
.TreeMenu
{
	font-family: 'Arial', Helvetica, Verdana, Sans-Serif;
	list-style: none none;
	margin-left: 0;
	padding: 15px 0;
}

.TreeMenu LI
{
	margin: 0;
	padding: 0;
	list-style: none none;
	display: block;
}

.TreeMenu A
{
	display: block;
	color: #333;
	font-weight: bold;
	font-size: 1.2em;
	line-height: normal;
	padding: 3px 20px;
}

.TreeMenu LI UL
{
	margin: 0;
	margin-bottom: 1px;
	padding-left:10px;
}

.TreeMenu .Level2 A
{
	font-size: 1.1em;
}

.TreeMenu .Level3 A
{
	font-size: 1em;
}

.TreeMenu .Expanded
{
	background-color: #ececec;
}

.TreeMenu .Selected A
{
	color: #889a7f;
}

.TreeMenu .Selected LI A
{
	color: #666;
}

.TreeMenu A:hover,
.TreeMenu .Expanded A:hover
{
	color: #889a7f;
	background-color: #ececec;
	text-decoration: none;
}

.TreeMenu .Expanded LI A:hover,
.TreeMenu .Expanded LI.Selected A
{
	background: url(/Images/menu_selected.gif) no-repeat;
	background-position: 6px 3px;
}

.TreeMenu .Expanded LI.Selected LI A
{
	background-image:none;
}

* HTML .TreeMenu LI, * HTML .TreeMenu LI A
{
	height: 1px;
}
