.treeview, .treeview ul,.treeview a { 
	padding: 0;
	margin: 0 0 0 0px;
	list-style: none;
	text-decoration: none;
	color: gray;
	display: block;
	font-family: Verdana, helvetica, arial, sans-serif;
		cursor: pointer;
}
.treeview .special  {

color :red;
}

.treeview a:hover {
	font-weight: normal;
	font-style: normal;
		background: #e1dddd;
		margin-left: 0;
	padding-left: 5px;}
.treeview ul a:hover{
		background: transparent;
	
}
.treeview  a.selected {
	font-weight: normal;
	font-style: normal;
		margin-left: 0;
	padding-left: 5px;}
.treeview ul a:hover{
		background: transparent;
	
}
.treeview a{
	margin-left: 5px;
}


.treeview .hitarea  {
	background: url(images/treeview-default.gif) no-repeat -64px -25px;
	height: 18px;
	width: 16px;
	margin-left: 0px;
	float: right;
	font-size: 11px;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	line-height: 18px;

}

.treeview a.selected, .treeview a.selected:hover {
		background: #e1dddd url(images/menuNiv00.jpg);

	color: white;
		margin-left: 0;
	padding-left: 5px;
	font-weight: bold;
}
.treeview li ul a.selected, .treeview li ul a.selected:hover {
		background: #e1dddd url(images/menuNiv02.jpg);

	color: white;
		margin-left: 0;
	padding-left: 5px;
	font-weight: bold;
}



#treecontrol { margin: 1em 0; display: none; }


.treeview li  { 	text-transform: uppercase;
			border-bottom: 1px dotted silver;
}

.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; 
}

.treeview li ul li {
	text-transform: none;
				border-bottom: 0px;

	margin-top: 1px;
	color: white;
	background-color: #c84942;
	background-image: url(images/menuNiv01.jpg);
}

.treeview li ul li a{
	color: white;
}
.treeview li ul li ul li {
	background-color: #dc7661;
		background-image: url(images/menuNi.jpg);

}
.treeview li ul li ul li ul li a, .treeview li ul li ul li ul li a:hover{
	
	background-color: #e8af93;
		background-image: url(images/menuNiv03.jpg);

	color: #ab3e38;
		font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-left: 0;
	padding-left: 5px;
}
.treeview li ul li ul li ul li a:hover{
		font-style: italic;

	}
.treeview li ul li ul li ul li ul li a:hover{
		font-style: italic;

	}
	
.treeview-famfamfam span {

display:inline-block;
width:158px;
padding-left:5px;
/*border:#FF0000 solid 1px;*/
}


.treeview li ul li ul li ul li ul li a, .treeview li ul li ul li ul li ul li a:hover{
	background-color: #f7e8d7;
	color: #c84942;
		background-image: url(images/menuNiv04.jpg);

}
.treeview .expandable-hitarea { background-position: -80px -3px; } 

.treeview-famfamfam li { background-image: url(images/treeview-famfamfam-line.png);
}

.treeview-famfamfam .hitarea { background-image: url(images/treeview-famfamfam2.png);
}
.treeview-famfamfam li ul .hitarea { background-image: url(images/treeview-famfamfam.png);
}



.treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url(images/treeview-famfamfam.png); }


