.treeview, .treeview ul { 
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.treeview ul 
{
	margin-top: 10px;
}

.treeview .hitarea {
	background: url(images/closeTriangle_tree.png) 0px 0px no-repeat;
	height: 15px;
	width: 15px;
	margin-top: 12px;
	margin-left: 8px;
	float: left;
	cursor: pointer;
	position:relative;
	z-index:50;
}

.treeview .expandable-hitarea 
{ 
    background: url(images/closeTriangle_tree.png) 0px 0px no-repeat;    
}

.treeview .collapsable-hitarea 
{ 
    background: url(images/closeTriangle_tree.png) 0px -18px no-repeat;    
}

/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li 
{ 
	margin: 0px;
	padding: 5px 0px 5px 0px;
}

.treeview li span 
{ 
  background-image: url('images/treeLeft_inactive.png');
  background-repeat: no-repeat;
  display: block;
  padding: 13px 0 13px 30px;
  margin-right: 10px; 
}

.treeview li
{ 
  background-image: url('images/treeRight_inactive.png');
  background-repeat: no-repeat;
  background-position: 100% 5px;
}

.treeview li.collapsable
{ 
  background-image: url('images/treeRight_active.png');
}

.treeview li.collapsable span
{ 
  background-image: url('images/treeLeft_active.png');
}

.treeview li.lastCollapsable
{
  background-image: url('images/treeRight_active.png');
}

.treeview li.lastCollapsable span
{
  background-image: url('images/treeLeft_active.png');
}

.treeview li.expandable
{ 
  background-image: url('images/treeRight_inactive.png');
}

.treeview li.expandable span
{ 
  background-image: url('images/treeLeft_inactive.png');
}

.treeview li.lastExpandable 
{
  background-image: url('images/treeRight_inactive.png');
}

.treeview li.lastExpandable  span
{
  background-image: url('images/treeLeft_inactive.png');
}

.treeview li.expandable .expandDiv li
{ 
    background:none;
}

.treeview li.collapsable .expandDiv li
{ 
  background: none;
}

.treeview .activeBg
{   
    width:auto;
    border-right:1px solid #8f9eac;
    border-left:1px solid #8f9eac;
    border-bottom:1px solid #8f9eac;
    padding-left:20px;
    padding-right:20px;
    padding-top:15px;
    padding-bottom:10px;
    font-weight:normal;
    margin-top: -5px;
    
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.team
{  
    background:url('images/team_icon.png') no-repeat;
    float:left;
    height: 28px;
	width: 36px;
	margin-top: 6px;
	margin-left: 8px;
	margin-right:10px;

}

.manager
{  
    background:url('images/manager_icon.png') no-repeat;
    width:35px;
    height:28px;
    float:left;
	margin-top: 6px;
	margin-left: 8px;
	margin-right:10px;
}

.rep
{  
    background:url('images/rep_icon.png') no-repeat;
    width:35px;
    height:28px;
    float:left;
	margin-top: 6px;
	margin-left: 8px;
	margin-right:10px;
}

.team,
.manager,
.rep {
    position:relative;
	z-index:51;
}