
/* ------------ treeview ---------- */
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	list-style-type: disc;
	color: #dd292a;
	line-height: 20px;
	padding-top: 10px;
	padding-left: 35px;
}
#navigation a {color: #677281; text-decoration: none;}
#navigation a:hover {color: #dd292a; text-decoration: none;}
#navigation ul li a:hover { color: #DD292A; text-decoration: underline;}

.treeview {margin: 0;}
.treeview ul {margin: 0; padding: 0;}
.treeview .hitarea {
	background: url(../images/open.gif) 0 2px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -20px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}
.treeview li { margin: 0; padding: 0;}
.treeview li ul li { font-size: 11px; margin-left: 12px;}
.treeview li a.selected { color: #dd292a;}

#treecontrol { margin: 1em 0; display: none; }

.treeview ul li .hover { color: #dd292a; cursor: pointer; }

.treeview li.collapsable, .treeview li.expandable {list-style: none;}

.treeview .expandable-hitarea { background: url(../images/closed.gif) 0 2px no-repeat; }
