.TreeMenu
{
	font-size:10px;
	background-color:#303e7f;
	padding: 0;
	padding-top:20px;
	padding-bottom:15px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

.TreeMenu li
{
	border-bottom: solid 1px #303e7f;
	margin-bottom: 0;
	padding: 5px 0;
}

.TreeMenu li ul
{
	padding-bottom: 5px;
}

.TreeMenu li li
{
	border-bottom-style: none;
	padding: 0;
}

.TreeMenu li a
{
	color:#fff;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 2px;
}

.TreeMenu li li a
{
	background-image:none;
	background-repeat: no-repeat;
	background-position: 16px 10px;
	padding-left: 25px;
}

.TreeMenu a:hover
{
	color: #666;
}

.TreeMenu .Expanded a
{
	color: #fff;
	background-color:#6e7aaa;
}

.TreeMenu .Expanded li a
{
	color: #fff;
}

.TreeMenu li.Selected
{
	background-image: none;
}

.TreeMenu li li a:hover,
.TreeMenu li li.Selected a
{
	background-image:none;
}

.TreeMenu li.Selected a
{
	color: #fff;
	padding-bottom: 4px;
}

.TreeMenu .Selected li a
{
	color: #fff;
}

.TreeMenu li a:hover
{
	color: #fe8008;
	text-decoration: none;
}

.TreeMenu a
{
	font-weight:normal;
}