﻿.treeview, .treeview ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}

.treeview .hitarea {
	height: 34px;
	width: 24px;
	float: left;
	cursor: pointer;
}
.treeview .open-hitarea {background: url(cssimg/arrow_c.png) 0px 8px no-repeat;}

/* fix for IE6 */
* html .hitarea {display: inline;float:none;}

.treeview li {
	margin: 0;
	line-height: 40px;
	border-top: 2px solid #ffffff;
	background: url(cssimg/arrow_c.png) 0px 8px no-repeat;
	overflow: hidden;
}
.treeview li a{font-size:14px;text-decoration:none;}
.treeview li a.hover{color:#000000;}
.treeview li a.hover:hover{color:#b6001f;}

.treeview a.selected {color: #0055a2;font-weight: bold;}
.onefast{background: url(cssimg/arrow_c.png) 0px 8px no-repeat;padding-left:24px;}

li.treeone{background: url(cssimg/arrow_c.png) 24px 8px no-repeat;padding-left:48px;border-top: 2px solid #ffffff;}
li.treetow{background: url(cssimg/arrow_c.png) 48px 8px no-repeat;padding-left:72px;border-top: 2px solid #ffffff;}
li.treefour{background: url(cssimg/arrow_c.png) 0px 8px no-repeat;padding-left:45px;border-top: 2px solid #ffffff;}
li.treefive{background: url(cssimg/arrow_c.png) 0px 8px no-repeat;padding-left:55px;}
li.six{background: url(cssimg/arrow_c.png) 0px 0px no-repeat;padding-left:65px;}

.treeview li.collapsable, .treeview li.expandable {background-image: none;padding:0px;  text-decoration:none}
.treeview .collapsable-hitarea {background: url(cssimg/arrow_b.png) 0px 8px no-repeat;}
.treeview .expandable-hitarea {background: url(cssimg/arrow_a.png) 0px 8px no-repeat;}
.treeview .-hitarea,.treeview .last-hitarea {background: url(cssimg/arrow_c.png) 0px 0px  no-repeat;}

.treeone .hitarea{margin-left: 24px;}
.treetow .hitarea{margin-left: 48px;}
.treefour .hitarea{margin-left: 50px;}
.treefive .hitarea{margin-left: 40px;}
.six .hitarea{margin-left: 50px;}

