ul#navigation {
	background:#9CA9CC;
	margin-top: 30px;
	text-align:right;
	width:200px;
}
.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.treeview ul {
	margin-top: 4px;
}
.treeview .hitarea {
	height: 16px;
	width: 16px;
	margin-right: -20px;
	float: right;
	cursor: pointer;
	background-image: url(../Images/ha-left.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}
.treeview li {
	margin: 0;
	padding: 0px 16px 2px 5px;
}
.treeview a.selected {
	font-weight: bold;
}
#treecontrol {
	margin: 1em 0;
	display: none;
}
.treeview .hover {
	color: #FFFFFF;
	cursor: pointer;
	background-color: #23408E;
	display:block;
	text-decoration:none;
	
}
.treeview li {
	background: url(images/rtl-treeview-default-line.gif) 100% -2px no-repeat;
}
.treeview li.collapsable, .treeview li.expandable {
	background-position: 100% -177px;
}
.treeview .expandable-hitarea {
	background-image: url(../Images/ha-down.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
}
.treeview li.last {
	background-position: 100% -1768px
}
.treeview li.lastCollapsable, .treeview li.lastExpandable {
	background: url();
}
.treeview div.lastCollapsable-hitarea {
	background: url(rtl-treeview-default-lc.gif) 0 0 no-repeat;
}
.treeview div.lastExpandable-hitarea {
	background: url(rtl-treeview-default-le.gif) 0 0 no-repeat;
}
