.treeview, .treeview ul { 
	padding: 0;
	margin:0;
	list-style: none;
}

.treeview ul {
	margin: 0;	
}

.treeview .hitarea {
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding:0;
}

.treeview a.selected {
	background:#fe0000 url(/images/right-line.gif) repeat-x left bottom;
	color:#fff;
}
.treeview li li a.selected {
	background:#fe0000 url(/images/right-line.gif) repeat-x left bottom;
	color:#fff;
}
.treeview li li li a.selected {
	background:#fe0000 url(/images/right-line.gif) repeat-x left bottom;
	color:#fff;
}
.treeview li li li li a.selected {
	background:#fe0000 url(/images/right-line.gif) repeat-x left bottom;
	color:#fff;
}
.treeview a {
	color:#4c4c4e;
	font-size:12px;
	display:block;
	padding:8px 10px 8px 20px;		
	text-decoration:none;
	background:url(/images/right-line.gif) repeat-x left bottom;
}
.treeview a:hover {
	background:#fe0000 url(/images/right-line.gif) repeat-x left bottom;
	color:#fff;
}
.treeview li li{
	padding:0px;
}
.treeview li li a{
	padding:8px 10px 8px 30px;
}
.treeview li li a:hover{
	background:#fe0000 url(/images/right-line.gif) repeat-x left bottom;
}
.treeview li li li a{
	padding:8px 10px 8px 40px;
}
.treeview li li li a:hover{
	background:#fe0000 url(/images/right-line.gif) repeat-x left bottom;
}
.treeview li li li li a{
	padding:8px 10px 8px 50px;
}
.treeview li li li li a:hover{
	background:#fe0000 url(/images/right-line.gif) repeat-x left bottom;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { cursor: pointer; 	background: #9e0610; color:#fff;}



